Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / formats / month-out.sh
index 65d0a42ed29faa1106a81ff2762236008f4b6422..fba0ae8990dc17d18b9f9ebea1a23071a602cc1d 100755 (executable)
@@ -41,6 +41,7 @@ cd $TEMPDIR
 activity="write pspp syntax"
 cat > month-out.pspp <<EOF
 set errors=none.
+set mxerr=1000000.
 set mxwarns=10000000.
 data list /x 1-10.
 begin data.
@@ -111,7 +112,7 @@ EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="run program"
-$SUPERVISOR $PSPP --testing-mode month-out.pspp
+$SUPERVISOR $PSPP -o pspp.csv month-out.pspp
 if [ $? -eq 0 ] ; then no_result ; fi
 
 activity="compare output"