X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fxforms%2Frecode.sh;h=a0119cb4c951846ca34f148bf2f766b5d63f5ac4;hb=b1b30577f94f321a2e7dca1e5cb1e12ef38c6310;hp=ae29cc4d1d48cc0bf962facc9072cc2ceb93628b;hpb=b5c82cc9aabe7e641011130240ae1b2e84348e23;p=pspp diff --git a/tests/xforms/recode.sh b/tests/xforms/recode.sh index ae29cc4d1d..a0119cb4c9 100755 --- a/tests/xforms/recode.sh +++ b/tests/xforms/recode.sh @@ -162,103 +162,108 @@ EOF 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="test output" -perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list -diff -bu $TEMPDIR/pspp.list - <