X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fdo-repeat.sh;h=0f395422f50180cb5b736f86ab9c37358e063c5d;hb=a091aa55567a4f2a9ecc08f126a959497be43f22;hp=62000de630f3b02b3e1bd7ef3803e4289039b056;hpb=d13a6e0157824a5dc125080295e86b5215d3a29d;p=pspp diff --git a/tests/command/do-repeat.sh b/tests/command/do-repeat.sh index 62000de630..0f395422f5 100755 --- a/tests/command/do-repeat.sh +++ b/tests/command/do-repeat.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 } @@ -80,7 +84,7 @@ EOF if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $PSPP --testing-mode -o raw-ascii $TESTFILE +$SUPERVISOR $PSPP --testing-mode $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi activity="compare results"