Fix ROC behaviour in the presence of missing values.
[pspp-builds.git] / tests / command / t-test-1-sample-missing-list.sh
index 8d63a3e20d271e757cda310c16de4e9116fdf66d..07471484868d9e27af76a784d8bdca77858275bc 100755 (executable)
@@ -21,6 +21,10 @@ export STAT_CONFIG_PATH
 
 cleanup()
 {
+     if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then 
+       echo "NOT cleaning $TEMPDIR" 
+       return ; 
+     fi
      cd /
      rm -rf $TEMPDIR
 }