X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fcommand%2Fweight.sh;h=6d90315652246bb061504b15db42a7d68880ec29;hb=d4fdb8d1a601d45340fc29f0af38f0aef151fb0b;hp=386d223fc2588bfeb756fc06b6189a6eee77aecb;hpb=75aeeafa67aa460512683311566a83917d399c70;p=pspp-builds.git diff --git a/tests/command/weight.sh b/tests/command/weight.sh index 386d223f..6d903156 100755 --- a/tests/command/weight.sh +++ b/tests/command/weight.sh @@ -23,7 +23,10 @@ export LANG cleanup() { - if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then return ; fi + if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then + echo "NOT cleaning $TEMPDIR" + return ; + fi cd / rm -rf $TEMPDIR } @@ -69,7 +72,7 @@ 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" @@ -88,7 +91,7 @@ diff -b $TEMPDIR/pspp.list - <