summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-06-11 21:29:41 +0200
committerCarl Hetherington <cth@carlh.net>2020-06-16 08:14:06 +0200
commitbdabbf564d513aa12e8d49ea8ec0b8c8723ad6e9 (patch)
tree5408b266e9888217b937ce89274b14027f3e008b /cscript
parent30e262f486c8390b7c9a1a797471082f90adf61b (diff)
Try adding --xml option to run/tests.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 2e7820e53..f4e184e0d 100644
--- 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: