Partial fix of selection in the sheet.
[pspp-builds.git] / tests / command / print.sh
index c5de1e9fe6f40992fc9c8d0d23b4249c0d242464..4a0527588de2cb321887549d094b5927433e6cbb 100755 (executable)
@@ -37,6 +37,10 @@ export LANG
 
 cleanup()
 {
+     if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then 
+       echo "NOT cleaning $TEMPDIR" 
+       return ; 
+     fi
      cd /
      rm -rf $TEMPDIR
 }