Fix bug encodig missing value keys in gui
[pspp-builds.git] / tests / command / loop.sh
index d8f930c8b51d7e3eb36ad2527a596896fa73052b..813777f4acea547542e62ce827faecb439877bac 100755 (executable)
@@ -23,6 +23,10 @@ export LANG
 
 cleanup()
 {
+     if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then 
+       echo "NOT cleaning $TEMPDIR" 
+       return ; 
+     fi
      cd /
      rm -rf $TEMPDIR
 }