X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fcommand%2Fbignum.sh;h=41e1963c170c1106ae024cdbf052be1dc9ab164b;hb=04d2c99833753252b724dd9d4f15cc3a80b6bec8;hp=fa6e31a4bcadf03ed7741a8d89193d194b63b831;hpb=65a4e29574b67921ea899b6a1d45806dca11db00;p=pspp diff --git a/tests/command/bignum.sh b/tests/command/bignum.sh index fa6e31a4bc..41e1963c17 100755 --- a/tests/command/bignum.sh +++ b/tests/command/bignum.sh @@ -20,6 +20,10 @@ export STAT_CONFIG_PATH cleanup() { + if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then + echo "NOT cleaning $TEMPDIR" + return ; + fi cd / rm -rf $TEMPDIR } @@ -134,7 +138,7 @@ foobar 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 # Like the above comments say ...