X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fexamine-extremes.sh;h=fc648313b4db9cd8710579eee5e8436115770cc4;hb=af4066391f20365e210460a736b1b02efe194da6;hp=982a03bc32bd34ec05b1ba056eb7e65e406f784f;hpb=75aeeafa67aa460512683311566a83917d399c70;p=pspp-builds.git diff --git a/tests/command/examine-extremes.sh b/tests/command/examine-extremes.sh index 982a03bc..fc648313 100755 --- a/tests/command/examine-extremes.sh +++ b/tests/command/examine-extremes.sh @@ -22,6 +22,10 @@ export LANG cleanup() { + if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then + echo "NOT cleaning $TEMPDIR" + return ; + fi cd / rm -rf $TEMPDIR } @@ -91,7 +95,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 results"