X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fweight.sh;h=5c6ce31b0e96d64f63ec84d30950f071a38bcf72;hb=c6308e236260e0de05eb161c02a8e9eadf6246c7;hp=5da366d9968d9941f34eb5561a7538eaf031dc0a;hpb=da299bd9871b178336a440c6ac53aebc3cea672e;p=pspp diff --git a/tests/command/weight.sh b/tests/command/weight.sh index 5da366d996..5c6ce31b0e 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 - <