Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / bugs / lag_crash.sh
index 73bce147237c8dd1d60ca98babc529096ddd7cea..e848639cdfad46eaaa72a694b4d0dd9b2c7d2db4 100755 (executable)
@@ -74,7 +74,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run_program"
-$SUPERVISOR $PSPP --testing-mode $TESTFILE 
+$SUPERVISOR $PSPP -o pspp.csv $TESTFILE 
 if [ $? -ne 0 ] ; then fail ; fi