FREQUENCIES: Modernize syntax and improve chart support.
[pspp] / tests / stats / percentiles-enhanced.sh
index 5c5accbbcf636269d497307983571ba1fc1eedcb..3de785bb46b229d510af787982ff5d127b24a1f0 100755 (executable)
@@ -81,7 +81,7 @@ EOF
 if [ $? -ne 0 ] ; then no_result; fi
 
 activity="run program $i"
-$SUPERVISOR $PSPP --testing-mode $TEMPDIR/prog.sps
+$SUPERVISOR $PSPP -o pspp.csv $TEMPDIR/prog.sps
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="compare output $i"
@@ -95,6 +95,7 @@ Value Label,Value,Frequency,Percent,Valid Percent,Cum Percent
 ,5.00,1,20.00,20.00,100.00
 Total,,5,100.0,100.0,
 
+Table: X
 N,Valid,5
 ,Missing,0
 Mean,,3.00
@@ -137,7 +138,7 @@ if [ $? -ne 0 ] ; then no_result; fi
 
 
 activity="run program $i"
-$SUPERVISOR $PSPP --testing-mode $TEMPDIR/prog.sps
+$SUPERVISOR $PSPP -o pspp.csv $TEMPDIR/prog.sps
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="compare output $i"
@@ -151,6 +152,7 @@ Value Label,Value,Frequency,Percent,Valid Percent,Cum Percent
 ,5.00,2.00,20.00,20.00,100.00
 Total,,10.00,100.0,100.0,
 
+Table: X
 N,Valid,10.00
 ,Missing,.00
 Mean,,3.00
@@ -191,7 +193,7 @@ if [ $? -ne 0 ] ; then no_result; fi
 
 
 activity="run program $i"
-$SUPERVISOR $PSPP --testing-mode $TEMPDIR/prog.sps
+$SUPERVISOR $PSPP -o pspp.csv $TEMPDIR/prog.sps
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="compare output $i"
@@ -204,6 +206,7 @@ Value Label,Value,Frequency,Percent,Valid Percent,Cum Percent
 ,5.00,2.00,33.33,33.33,100.00
 Total,,6.00,100.0,100.0,
 
+Table: X
 N,Valid,6.00
 ,Missing,.00
 Mean,,3.50
@@ -244,7 +247,7 @@ if [ $? -ne 0 ] ; then no_result; fi
 
 
 activity="run program $i"
-$SUPERVISOR $PSPP --testing-mode $TEMPDIR/prog.sps
+$SUPERVISOR $PSPP -o pspp.csv $TEMPDIR/prog.sps
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="compare output $i"
@@ -258,6 +261,7 @@ Value Label,Value,Frequency,Percent,Valid Percent,Cum Percent
 ,99.00,4.00,40.00,Missing,
 Total,,10.00,100.0,100.0,
 
+Table: X
 N,Valid,6.00
 ,Missing,4.00
 Mean,,3.50