X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fcommand%2Fregression.sh;h=ddb78e1a317e7c2283f906ab3b1d5048eee0fc9d;hb=9aff19b717bcc242e16d04c34f348fd79ebdd685;hp=f213120fd19c740d327c0a77a71adbd4802276ce;hpb=ee5220fe34ba25c47120fe5dc2e6e266cb439e92;p=pspp diff --git a/tests/command/regression.sh b/tests/command/regression.sh index f213120fd1..ddb78e1a31 100755 --- a/tests/command/regression.sh +++ b/tests/command/regression.sh @@ -77,7 +77,7 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $PSPP -o raw-ascii $TESTFILE +$SUPERVISOR $PSPP --testing-mode $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list @@ -109,8 +109,8 @@ diff -b $TEMPDIR/pspp.list - << EOF # # B |Std. Error|Beta| t |Significance# #========#==========#=====#==========#====#======#============# # |(Constant)# 2.19| 2.36| .45| .93| .52# -# | v0 # 1.81| 1.05| .54| 1.72| .34# -# | v1 #-3.43| .33| .00|-10.33| .06# +# | v0 # 1.81| 1.05| .54| 1.72| .13# +# | v1 #-3.43| .33| .00|-10.33| .00# # | # | | | | # #========#==========#=====#==========#====#======#============# EOF