X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fsysfiles.sh;h=d4f59052de98b9d5e99820a2dce6beffbe221a89;hb=04d2c99833753252b724dd9d4f15cc3a80b6bec8;hp=7e0dcafcaf9ce950133aa62ecfd0437283bb3fc8;hpb=65a4e29574b67921ea899b6a1d45806dca11db00;p=pspp diff --git a/tests/command/sysfiles.sh b/tests/command/sysfiles.sh index 7e0dcafcaf..d4f59052de 100755 --- a/tests/command/sysfiles.sh +++ b/tests/command/sysfiles.sh @@ -22,6 +22,10 @@ export STAT_CONFIG_PATH cleanup() { + if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then + echo "NOT cleaning $TEMPDIR" + return ; + fi cd / rm -rf $TEMPDIR } @@ -79,7 +83,7 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $PSPP -o raw-ascii $TESTFILE +$SUPERVISOR $PSPP --testing-mode $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi activity="compare output"