Try adding --xml option to run/tests.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 2e7820e539fcf5e61216981f8c2b7438e5a198e5..f4e184e0d4a68c183a95a9290182f8acce2abb3c 100644 (file)
--- a/cscript
+++ b/cscript
@@ -722,7 +722,7 @@ def make_manual(target):
 def test(target, test):
     if target.platform != 'windows':
         target.set('LC_ALL', 'C')
-        cmd = 'run/tests '
+        cmd = 'run/tests --xml '
         if target.debug:
             cmd += '--backtrace '
         if test is not None: