X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fsplit-file.sh;h=eb2c991c1e97d328d120c76fe9915c67fbde93d3;hb=d3e8952f1384ee4466aceaa83cde9c3ebfa1ac8e;hp=10e34ed9e229a913cf820612bea63c55f0a9f687;hpb=655bf3a3917cdf16f99fcbb680d2bf3159126a93;p=pspp diff --git a/tests/command/split-file.sh b/tests/command/split-file.sh index 10e34ed9e2..eb2c991c1e 100755 --- a/tests/command/split-file.sh +++ b/tests/command/split-file.sh @@ -23,6 +23,10 @@ export LANG cleanup() { + if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then + echo "NOT cleaning $TEMPDIR" + return ; + fi cd / rm -rf $TEMPDIR } @@ -81,7 +85,7 @@ EOF if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $PSPP -o raw-ascii $TEMPDIR/split.stat +$SUPERVISOR $PSPP --testing-mode $TEMPDIR/split.stat if [ $? -ne 0 ] ; then no_result ; fi activity="compare results"