(main): When testing mode is enabled, use a built-in output driver
[pspp-builds.git] / tests / bugs / lag_crash.sh
index ae3c3748a34e069846326eb485e5477c553befc4..87a411ad0d18e227460a4265c964382c6f353736 100755 (executable)
@@ -70,7 +70,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run_program"
-$SUPERVISOR $PSPP $TESTFILE 
+$SUPERVISOR $PSPP --testing-mode $TESTFILE 
 if [ $? -ne 0 ] ; then fail ; fi