X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fdata-list.sh;h=7d3890c3430bf5fe34c22467cfcc9338bf4ff6f7;hb=77f113b512fded97aa3f05484205d52847ce18e7;hp=01a682c1e969175a317f012bbeb89af3c4a28791;hpb=bcbfd7478b6d81f44cf9b046a27e38be8dc62696;p=pspp-builds.git diff --git a/tests/command/data-list.sh b/tests/command/data-list.sh index 01a682c1..7d3890c3 100755 --- a/tests/command/data-list.sh +++ b/tests/command/data-list.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 } @@ -143,7 +147,7 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $PSPP --testing-mode -o raw-ascii --testing-mode $TESTFILE +$SUPERVISOR $PSPP --testing-mode $TESTFILE if [ $? -ne 0 ] ; then fail ; fi activity="compare output"