X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fstats%2Fpercentiles-enhanced.sh;h=6d6e2b03126fb7982e4f1a604ce0dd8313942e31;hb=74cfe5c070a0810cf43c0981daa53dcea3a8ee3d;hp=eb04989cd6d14f05bb97e4e4b814a61517488334;hpb=ddb6ce30f985ce39be0326193ae0bad452307127;p=pspp-builds.git diff --git a/tests/stats/percentiles-enhanced.sh b/tests/stats/percentiles-enhanced.sh index eb04989c..6d6e2b03 100755 --- a/tests/stats/percentiles-enhanced.sh +++ b/tests/stats/percentiles-enhanced.sh @@ -78,7 +78,7 @@ EOF if [ $? -ne 0 ] ; then no_result; fi activity="run program $i" -$SUPERVISOR $PSPP -o raw-ascii $TEMPDIR/prog.sps +$SUPERVISOR $PSPP --testing-mode $TEMPDIR/prog.sps if [ $? -ne 0 ] ; then no_result ; fi activity="compare output $i" @@ -141,7 +141,7 @@ if [ $? -ne 0 ] ; then no_result; fi activity="run program $i" -$SUPERVISOR $PSPP -o raw-ascii $TEMPDIR/prog.sps +$SUPERVISOR $PSPP --testing-mode $TEMPDIR/prog.sps if [ $? -ne 0 ] ; then no_result ; fi activity="compare output $i" @@ -202,7 +202,7 @@ if [ $? -ne 0 ] ; then no_result; fi activity="run program $i" -$SUPERVISOR $PSPP -o raw-ascii $TEMPDIR/prog.sps +$SUPERVISOR $PSPP --testing-mode $TEMPDIR/prog.sps if [ $? -ne 0 ] ; then no_result ; fi activity="compare output $i" @@ -262,7 +262,7 @@ if [ $? -ne 0 ] ; then no_result; fi activity="run program $i" -$SUPERVISOR $PSPP -o raw-ascii $TEMPDIR/prog.sps +$SUPERVISOR $PSPP --testing-mode $TEMPDIR/prog.sps if [ $? -ne 0 ] ; then no_result ; fi activity="compare output $i"