X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fweight.sh;h=5c6ce31b0e96d64f63ec84d30950f071a38bcf72;hb=c74561b1a11c7ee5540336646f1f928bcbb77a05;hp=5da366d9968d9941f34eb5561a7538eaf031dc0a;hpb=7fbfc32fc3c636959b0a25b3e76609f86519e84a;p=pspp-builds.git diff --git a/tests/command/weight.sh b/tests/command/weight.sh index 5da366d9..5c6ce31b 100755 --- a/tests/command/weight.sh +++ b/tests/command/weight.sh @@ -73,101 +73,92 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $PSPP --testing-mode $TESTFILE +$SUPERVISOR $PSPP -o pspp.csv $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi activity="compare results" -perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list -diff -b $TEMPDIR/pspp.list - <