X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Ftemporary.sh;h=8ffa86115999566dbca7c821aca16e67cb2aa793;hb=e93857e0338c2a71794db2b57e3659bbe6946240;hp=5aed6fde346ba2a38dd6b9d3ad76d0be61562a0c;hpb=65a4e29574b67921ea899b6a1d45806dca11db00;p=pspp-builds.git diff --git a/tests/bugs/temporary.sh b/tests/bugs/temporary.sh index 5aed6fde..8ffa8611 100755 --- a/tests/bugs/temporary.sh +++ b/tests/bugs/temporary.sh @@ -21,6 +21,10 @@ export STAT_CONFIG_PATH cleanup() { + if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then + echo "NOT cleaning $TEMPDIR" + return ; + fi cd / rm -rf $TEMPDIR } @@ -76,7 +80,7 @@ list. EOF if [ $? -ne 0 ] ; then no_result ; fi -$SUPERVISOR $PSPP -o raw-ascii $TESTFILE +$SUPERVISOR $PSPP --testing-mode $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi