X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Fempty-do-repeat.sh;h=9829230d0911abb3e16cccb5eedd65c04268fa2d;hb=3bdb0f0b14fc7b1a417257e6a384956afa16ab14;hp=ad82c23341decbf91e83d790b0785cdf8a6d15a0;hpb=2be077c70ef05845f6651c2402d3b368e2a3e2b5;p=pspp-builds.git diff --git a/tests/bugs/empty-do-repeat.sh b/tests/bugs/empty-do-repeat.sh index ad82c233..9829230d 100755 --- a/tests/bugs/empty-do-repeat.sh +++ b/tests/bugs/empty-do-repeat.sh @@ -67,7 +67,7 @@ if [ $? -ne 0 ] ; then no_result ; fi # Must not crash. activity="run program" -$SUPERVISOR $PSPP $TEMPDIR/repeat.stat +$SUPERVISOR $PSPP --testing-mode $TEMPDIR/repeat.stat if [ $? -ne 0 ] ; then fail ; fi pass;