X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Fbig-input.sh;h=9cc3ad93075e15721c2087bd881dbf93f7d833cf;hb=b3b8cd820da3100f7ad474a5ab88e2737da18d1b;hp=3c9365dfce520d6ea7c4cf7154a59c0fa90a343b;hpb=af4066391f20365e210460a736b1b02efe194da6;p=pspp-builds.git diff --git a/tests/bugs/big-input.sh b/tests/bugs/big-input.sh index 3c9365df..9cc3ad93 100755 --- a/tests/bugs/big-input.sh +++ b/tests/bugs/big-input.sh @@ -75,7 +75,7 @@ EOF if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $PSPP --testing-mode -e /dev/null $TESTFILE +$SUPERVISOR $PSPP -o pspp.csv -e /dev/null $TESTFILE if [ $? -ne 0 ] ; then fail ; fi pass;