X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fexamine.sh;h=d63c258709a7b3b049594b47b6e39b00dd421357;hb=a2d859e5a4c8192257c04fd89b8336aa33b15363;hp=7c1f394221efdc48ff0612478a819003cfcfc16a;hpb=6f29d63f368e2d417d8ad208e5fd6e41b8778bca;p=pspp diff --git a/tests/command/examine.sh b/tests/command/examine.sh index 7c1f394221..d63c258709 100755 --- a/tests/command/examine.sh +++ b/tests/command/examine.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 } @@ -94,7 +98,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 # NOTE: In the following data: Only the extreme values have been checked