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