X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Ftrimmed-mean.sh;h=e2a5af71ae4597e0e1a7b8d7c2ce80ff1cffd56a;hb=c7b5e2dcfaeb0221b801dc3cc9fa1ab9a4ec5861;hp=8e51c0b2b8cf043ad141877b276cc910929826c5;hpb=75aeeafa67aa460512683311566a83917d399c70;p=pspp-builds.git diff --git a/tests/command/trimmed-mean.sh b/tests/command/trimmed-mean.sh index 8e51c0b2..e2a5af71 100755 --- a/tests/command/trimmed-mean.sh +++ b/tests/command/trimmed-mean.sh @@ -24,6 +24,10 @@ export LANG cleanup() { + if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then + echo "NOT cleaning $TEMPDIR" + return ; + fi cd / rm -rf $TEMPDIR } @@ -77,7 +81,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 @@ -106,8 +110,8 @@ diff -b $TEMPDIR/pspp.list - << EOF # #Statistic|Std. Error# #==============================================#=========#==========# #X Mean # 2.02 | .034 # -# 95% Confidence Interval for Mean Lower Bound# 2.021 | # -# Upper Bound# 2.017 | # +# 95% Confidence Interval for Mean Lower Bound# 1.952 | # +# Upper Bound# 2.087 | # # 5% Trimmed Mean # 2.00 | # # Median # 2.00 | # # Variance # .058 | #