fixup! fixup! Try adding --xml option to run/tests.
authorCarl Hetherington <cth@carlh.net>
Tue, 16 Jun 2020 11:59:50 +0000 (13:59 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 16 Jun 2020 11:59:50 +0000 (13:59 +0200)
cscript

diff --git a/cscript b/cscript
index 1e47b9dc7c1836ebf034f4cc8d7eb16a75e95dac..df5d31b6b0fbedc35029b219457895007059bf41 100644 (file)
--- a/cscript
+++ b/cscript
@@ -724,7 +724,7 @@ def test(target, options, test):
         target.set('LC_ALL', 'C')
         cmd = 'run/tests'
         if options['xml']:
-            target += '--xml '
+            cmd += '--xml '
         if target.debug:
             cmd += '--backtrace '
         if test is not None: