Greatly simplify PSPP configuration.
[pspp] / tests / command / update.sh
index 92615a641b36fd2c507a2b7b924983ad4b19f587..4d4da661d30720cc7d47a1b1ddd75817c1b65170 100755 (executable)
@@ -155,7 +155,7 @@ EOF
 
     activity="run $name.pspp"
     rm -f errors
-    $SUPERVISOR $PSPP --testing-mode --error-file=errors $name.pspp
+    $SUPERVISOR $PSPP -o pspp.csv --error-file=errors $name.pspp
     if [ $? -ne 0 ] ; then no_result ; fi
 
     activity="check $name output"