diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-16 14:06:41 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-16 14:06:41 +0200 |
| commit | 4e281a8ce3c5e75070b59fa2b57d9990d4a82752 (patch) | |
| tree | 7d47f2165bb6ed2c34409ede03a6ec19c78bd5de | |
| parent | 7c33b68d3e52d53936ae53fd2bbd174eaba199e5 (diff) | |
fixup! fixup! fixup! Try adding --xml option to run/tests.xml-test
| -rw-r--r-- | cscript | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -724,9 +724,9 @@ def test(target, options, test): target.set('LC_ALL', 'C') cmd = 'run/tests' if options['xml']: - cmd += '--xml ' + cmd += ' --xml' if target.debug: - cmd += '--backtrace ' + cmd += ' --backtrace' if test is not None: - cmd += '--run_test=%s' % test + cmd += ' --run_test=%s' % test target.command(cmd) |
