X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Fget.sh;h=2cc6cfc5a3e26ec7f0b8d24a629fb75728e4f2d5;hb=553dd6fd34f6ac129d51cf4736f89e349b97e16c;hp=024da3f1226a5cee8e88c3c250370e8df80927c5;hpb=65a4e29574b67921ea899b6a1d45806dca11db00;p=pspp diff --git a/tests/bugs/get.sh b/tests/bugs/get.sh index 024da3f122..2cc6cfc5a3 100755 --- a/tests/bugs/get.sh +++ b/tests/bugs/get.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 } @@ -83,7 +87,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