(main): When testing mode is enabled, use a built-in output driver
[pspp-builds.git] / tests / bugs / keep-all.sh
index bd3deca86b0db11e0c998bd9f1100c470a3765b0..1450889ffb0e7c566b6e839066fc0ec48ace4d03 100755 (executable)
@@ -69,7 +69,7 @@ EOF
     if [ $? -ne 0 ] ; then no_result ; fi
 
     activity="run PSPP ($mode)"
-    $SUPERVISOR $PSPP -o raw-ascii $TESTFILE
+    $SUPERVISOR $PSPP --testing-mode $TESTFILE
     if [ $? -ne 0 ] ; then no_result ; fi