X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fstats%2Fntiles.sh;h=dd00a361368128d3d02dbe834514a971b8c7a003;hb=20d1a04f1af4d67583bfd97658447ee7a135dfad;hp=66b49a75181fa7090bc0c91640b846271004b4c6;hpb=65a4e29574b67921ea899b6a1d45806dca11db00;p=pspp-builds.git diff --git a/tests/stats/ntiles.sh b/tests/stats/ntiles.sh index 66b49a75..dd00a361 100755 --- a/tests/stats/ntiles.sh +++ b/tests/stats/ntiles.sh @@ -19,9 +19,12 @@ export STAT_CONFIG_PATH cleanup() { + if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then + echo "NOT cleaning $TEMPDIR" + return ; + fi cd / rm -rf $TEMPDIR - : } @@ -74,7 +77,7 @@ EOF if [ $? -ne 0 ] ; then no_result; fi activity="run program $i" -$SUPERVISOR $PSPP -o raw-ascii $TEMPDIR/prog.sps +$SUPERVISOR $PSPP --testing-mode $TEMPDIR/prog.sps if [ $? -ne 0 ] ; then no_result ; fi activity="move output" @@ -103,7 +106,7 @@ EOF if [ $? -ne 0 ] ; then no_result; fi activity="run program $i" -$SUPERVISOR $PSPP -o raw-ascii $TEMPDIR/prog.sps +$SUPERVISOR $PSPP --testing-mode $TEMPDIR/prog.sps if [ $? -ne 0 ] ; then no_result ; fi activity="compare output"