X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Ftrimmed-mean.sh;h=f410a9f55bf332b979908a4f44d11d7dc35e9d8c;hb=f51ecb48027e6b1eb46840ae25888a25b429f012;hp=e2a5af71ae4597e0e1a7b8d7c2ce80ff1cffd56a;hpb=af4066391f20365e210460a736b1b02efe194da6;p=pspp-builds.git diff --git a/tests/command/trimmed-mean.sh b/tests/command/trimmed-mean.sh index e2a5af71..f410a9f5 100755 --- a/tests/command/trimmed-mean.sh +++ b/tests/command/trimmed-mean.sh @@ -81,48 +81,38 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $PSPP --testing-mode $TESTFILE +$SUPERVISOR $PSPP -o pspp.csv $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi activity="compare results" -perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list -diff -b $TEMPDIR/pspp.list - << EOF -1.1 DATA LIST. Reading free-form data from INLINE. -+--------+------+ -|Variable|Format| -#========#======# -|X |F8.0 | -|C |F8.0 | -+--------+------+ -2.1 EXAMINE. Case Processing Summary -#=#===============================# -# # Cases # -# #----------+---------+----------# -# # Valid | Missing | Total # -# #--+-------+-+-------+--+-------# -# # N|Percent|N|Percent| N|Percent# -#=#==#=======#=#=======#==#=======# -#X#52| 100%|0| 0%|52| 100%# -#=#==#=======#=#=======#==#=======# -2.2 EXAMINE. Descriptives -#==============================================#=========#==========# -# #Statistic|Std. Error# -#==============================================#=========#==========# -#X Mean # 2.02 | .034 # -# 95% Confidence Interval for Mean Lower Bound# 1.952 | # -# Upper Bound# 2.087 | # -# 5% Trimmed Mean # 2.00 | # -# Median # 2.00 | # -# Variance # .058 | # -# Std. Deviation # .242 | # -# Minimum # 1.000 | # -# Maximum # 3.000 | # -# Range # 2.000 | # -# Interquartile Range # .00 | # -# Skewness # 1.194 | .330 # -# Kurtosis # 15.732 | .650 # -#==============================================#=========#==========# +diff -c $TEMPDIR/pspp.csv - << EOF +Table: Reading free-form data from INLINE. +Variable,Format +X,F8.0 +C,F8.0 + +Table: Case Processing Summary +,Cases,,,,, +,Valid,,Missing,,Total, +,N,Percent,N,Percent,N,Percent +X,52.00,100%,.00,0%,52.00,100% + +Table: Descriptives +,,,Statistic,Std. Error +X,Mean,,2.02,.03 +,95% Confidence Interval for Mean,Lower Bound,1.95, +,,Upper Bound,2.09, +,5% Trimmed Mean,,2.00, +,Median,,2.00, +,Variance,,.06, +,Std. Deviation,,.24, +,Minimum,,1.00, +,Maximum,,3.00, +,Range,,2.00, +,Interquartile Range,,.00, +,Skewness,,1.19,.33 +,Kurtosis,,15.73,.65 EOF if [ $? -ne 0 ] ; then fail ; fi