X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Ft-test.sh;h=6386ac2c9980f9db54c0f0eb4bfa6cb3ad362972;hb=4dc92d7d1ff3368b21a6cac5a4a41fcd4bb81ce4;hp=9fac7dfc8be33dcc76cdc033fcac33105769ae4e;hpb=f5574c6264163859a8eb94ab1e33bcc1b61fce5f;p=pspp-builds.git diff --git a/tests/bugs/t-test.sh b/tests/bugs/t-test.sh index 9fac7dfc..6386ac2c 100755 --- a/tests/bugs/t-test.sh +++ b/tests/bugs/t-test.sh @@ -73,7 +73,7 @@ if [ $? -ne 0 ] ; then no_result ; fi #The syntax was invalid. Therefore pspp must return non zero. activity="run program" -$SUPERVISOR $PSPP -o raw-ascii -e /dev/null $TESTFILE +$SUPERVISOR $PSPP --testing-mode -e /dev/null $TESTFILE if [ $? -ne 1 ] ; then fail ; fi pass;