diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-11 21:29:41 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-16 08:14:06 +0200 |
| commit | bdabbf564d513aa12e8d49ea8ec0b8c8723ad6e9 (patch) | |
| tree | 5408b266e9888217b937ce89274b14027f3e008b /cscript | |
| parent | 30e262f486c8390b7c9a1a797471082f90adf61b (diff) | |
Try adding --xml option to run/tests.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
