fixup! fixup! fixup! Try adding --xml option to run/tests.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index df5d31b6b0fbedc35029b219457895007059bf41..e508dea7ba6327e80820edc2e3291a3996392430 100644 (file)
--- a/cscript
+++ b/cscript
@@ -724,9 +724,9 @@ def test(target, options, test):
         target.set('LC_ALL', 'C')
         cmd = 'run/tests'
         if options['xml']:
-            cmd += '--xml '
+            cmd += ' --xml'
         if target.debug:
-            cmd += '--backtrace '
+            cmd += ' --backtrace'
         if test is not None:
-            cmd += '--run_test=%s' % test
+            cmd += ' --run_test=%s' % test
         target.command(cmd)