X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fexamine-extremes.sh;h=8524bf5e52807d0f0df5a3ee9bd43d30d91c763c;hb=1eb005826d07b540f8595c6ffab0781dea9e5f6b;hp=5a428aae7b94e2c4735e2fbab376e46f6ae9b8fd;hpb=8444d8d47de5e5f8d076b6f43f73c2c29494031e;p=pspp-builds.git diff --git a/tests/command/examine-extremes.sh b/tests/command/examine-extremes.sh index 5a428aae..8524bf5e 100755 --- a/tests/command/examine-extremes.sh +++ b/tests/command/examine-extremes.sh @@ -17,9 +17,15 @@ top_srcdir=`cd $top_srcdir; pwd` STAT_CONFIG_PATH=$top_srcdir/config export STAT_CONFIG_PATH +LANG=C +export LANG cleanup() { + if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then + echo "NOT cleaning $TEMPDIR" + return ; + fi cd / rm -rf $TEMPDIR } @@ -89,7 +95,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 activity="compare results" @@ -118,9 +124,9 @@ diff -b $TEMPDIR/pspp.list - << EOF # ----------#-----------+-----# # Lowest 1# 1| 1.00# # 2# 2| 2.00# -# 3# 4| 3.00# +# 3# 3| 3.00# # 4# 3| 3.00# -# 5# 3| 3.00# +# 5# 4| 3.00# # 6# 5| 4.00# #============#===========#=====# EOF