Complete re-implementation of the EXAMINE command.
[pspp-builds.git] / tests / command / examine-extremes.sh
index 982a03bc32bd34ec05b1ba056eb7e65e406f784f..8524bf5e52807d0f0df5a3ee9bd43d30d91c763c 100755 (executable)
@@ -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,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"
@@ -120,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