X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fexamine-extremes.sh;h=6e789c7b25a0f6421796a252fa6b85a90fb85b7b;hb=46912334775c83a23902bd5c7d72cd4ad8d23c95;hp=982a03bc32bd34ec05b1ba056eb7e65e406f784f;hpb=75aeeafa67aa460512683311566a83917d399c70;p=pspp-builds.git diff --git a/tests/command/examine-extremes.sh b/tests/command/examine-extremes.sh index 982a03bc..6e789c7b 100755 --- a/tests/command/examine-extremes.sh +++ b/tests/command/examine-extremes.sh @@ -22,6 +22,10 @@ export LANG cleanup() { + if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then + echo "NOT cleaning $TEMPDIR" + return ; + fi cd / rm -rf $TEMPDIR } @@ -91,40 +95,40 @@ 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 activity="compare results" perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list diff -b $TEMPDIR/pspp.list - << EOF 1.1 EXAMINE. Case Processing Summary -#==#===============================# -# # Cases # -# #----------+---------+----------# -# # Valid | Missing | Total # -# #--+-------+-+-------+--+-------# -# # N|Percent|N|Percent| N|Percent# -#==#==#=======#=#=======#==#=======# -#V1#23| 100%|0| 0%|23| 100%# -#==#==#=======#=#=======#==#=======# +#==#=======================================# +# # Cases # +# #-------------+-----------+-------------# +# # Valid | Missing | Total # +# #-----+-------+---+-------+-----+-------# +# # N |Percent| N |Percent| N |Percent# +#==#=====#=======#===#=======#=====#=======# +#V1#23.00| 100%|.00| 0%|23.00| 100%# +#==#=====#=======#===#=======#=====#=======# 1.2 EXAMINE. Extreme Values -#============#===========#=====# -# #Case Number|Value# -#============#===========#=====# -#V1 Highest 1# 21|20.00# -# 2# 20|19.00# -# 3# 19|18.00# -# 4# 19|18.00# -# 5# 18|17.00# -# 6# 17|16.00# -# ----------#-----------+-----# -# Lowest 1# 1| 1.00# -# 2# 2| 2.00# -# 3# 4| 3.00# -# 4# 3| 3.00# -# 5# 3| 3.00# -# 6# 5| 4.00# -#============#===========#=====# +#============#===========#========# +# #Case Number| Value # +#============#===========#========# +#V1 Highest 1# 21| 20.00# +# 2# 20| 19.00# +# 3# 19| 18.00# +# 4# 19| 18.00# +# 5# 18| 17.00# +# 6# 17| 16.00# +# ----------#-----------+--------# +# Lowest 1# 1| 1.00# +# 2# 2| 2.00# +# 3# 4| 3.00# +# 4# 3| 3.00# +# 5# 3| 3.00# +# 6# 5| 4.00# +#============#===========#========# EOF if [ $? -ne 0 ] ; then fail ; fi