X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fdata-list.sh;h=3f821199ff3e2d10f22627e6ce35c93ec7b1f157;hb=1085f5128713881e135ea83fbdf411b99e8f32b6;hp=01a682c1e969175a317f012bbeb89af3c4a28791;hpb=bcbfd7478b6d81f44cf9b046a27e38be8dc62696;p=pspp-builds.git diff --git a/tests/command/data-list.sh b/tests/command/data-list.sh index 01a682c1..3f821199 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 } @@ -72,7 +76,7 @@ begin data. 6 7, 8 9 -0,1,,, +0,1 ,,, ,,,, 2 @@ -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"