X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fstats%2Fpercentiles-compatible.sh;h=d1e724d70f1289e4027c1bdd93d3e82a272f653d;hb=a2d859e5a4c8192257c04fd89b8336aa33b15363;hp=58ae27a8f69e53b6eaa904148afd22bf9f263e3a;hpb=ddb6ce30f985ce39be0326193ae0bad452307127;p=pspp diff --git a/tests/stats/percentiles-compatible.sh b/tests/stats/percentiles-compatible.sh index 58ae27a8f6..d1e724d70f 100755 --- a/tests/stats/percentiles-compatible.sh +++ b/tests/stats/percentiles-compatible.sh @@ -23,9 +23,12 @@ export LANG cleanup() { + if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then + echo "NOT cleaning $TEMPDIR" + return ; + fi cd / rm -rf $TEMPDIR - : } @@ -79,7 +82,7 @@ EOF if [ $? -ne 0 ] ; then no_result; fi activity="run program $i" -$SUPERVISOR $PSPP -o raw-ascii $TEMPDIR/prog.sps +$SUPERVISOR $PSPP --testing-mode $TEMPDIR/prog.sps if [ $? -ne 0 ] ; then no_result ; fi activity="compare output $i"