Redraw affected areas after de-selecting a region
[pspp-builds.git] / tests / command / examine-percentiles.sh
index 8638d1ade670d7da619af2ca2fa09b8f1db414c8..708e5342b27c1f5a9a722acc89023233a03b4fad 100755 (executable)
@@ -25,6 +25,10 @@ export LANG
 
 cleanup()
 {
+     if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then 
+       echo "NOT cleaning $TEMPDIR" 
+       return ; 
+     fi
      cd /
      rm -rf $TEMPDIR
 }