diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-16 13:59:50 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-16 13:59:50 +0200 |
| commit | 7c33b68d3e52d53936ae53fd2bbd174eaba199e5 (patch) | |
| tree | 7fa02b2ab68ec4ff2f61856e8b6306a02bff5d36 | |
| parent | b42a61e993a731a7dda13561fc13de337a98d149 (diff) | |
fixup! fixup! Try adding --xml option to run/tests.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
