From 7c33b68d3e52d53936ae53fd2bbd174eaba199e5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 16 Jun 2020 13:59:50 +0200 Subject: fixup! fixup! Try adding --xml option to run/tests. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 1e47b9dc7..df5d31b6b 100644 --- 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: -- cgit v1.2.3