summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-03 23:38:38 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-03 23:38:38 +0000
commit1b258903ae2ac1e99a60982d8f67720afa8f9b53 (patch)
tree106471b0d61f56dc570e968c9f71296a34fa282d /cscript
parent35d8cf6d0e45cb5fff078dd984b492b3c83fa4ee (diff)
Tests are now not Windows-compatible.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 6242957a..b96dde22 100644
--- a/cscript
+++ b/cscript
@@ -10,7 +10,7 @@ def build(target, options):
if target.distro == 'centos':
cmd += ' --disable-tests'
elif target.platform == 'windows':
- cmd += ' --target-windows'
+ cmd += ' --target-windows --disable-tests'
elif target.platform == 'osx':
cmd += ' --target-osx'