projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb8ff49
)
Fix Windows test runner.
author
Carl Hetherington
<cth@carlh.net>
Wed, 15 May 2024 21:48:53 +0000
(23:48 +0200)
committer
Carl Hetherington
<cth@carlh.net>
Wed, 15 May 2024 21:48:53 +0000
(23:48 +0200)
cscript
patch
|
blob
|
history
diff --git
a/cscript
b/cscript
index 37f824fb1afacef7e49f6e8dec9f95aedc7c8123..eb2c8e4364ceb19287eca839beabc46f732d4b81 100644
(file)
--- a/
cscript
+++ b/
cscript
@@
-928,7
+928,8
@@
def test(target, options, test):
cmd = 'run/tests '
if target.environment_prefix:
cmd += '-e %s ' % target.environment_prefix
- cmd += ' --check --log_level=test_suite '
+ if target.platform != 'windows':
+ cmd += ' --check --log_level=test_suite '
if target.debug:
cmd += '--backtrace '
if test is not None: