Greatly simplify PSPP configuration.
[pspp] / tests / command / aggregate.sh
index 48b0ef6e39f9d844e5f452d33dfd8daf693e1d1d..ba51161c6a16b6375ca140249d8ed04e387f396c 100755 (executable)
@@ -228,7 +228,7 @@ for outfile in scratch active external; do
            if [ $? -ne 0 ] ; then no_result ; fi
            
            activity="run $name.pspp"
-           $SUPERVISOR $PSPP --testing-mode -e /dev/null $name.pspp 
+           $SUPERVISOR $PSPP -o pspp.csv -e /dev/null $name.pspp 
            if [ $? -ne 0 ] ; then no_result ; fi
 
            activity="check $name output"