Tests are now not Windows-compatible.
authorCarl Hetherington <cth@carlh.net>
Sat, 3 Jan 2015 23:38:38 +0000 (23:38 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 3 Jan 2015 23:38:38 +0000 (23:38 +0000)
cscript

diff --git a/cscript b/cscript
index 6242957ac8d5a853464636c533da80c60116a48b..b96dde221c1546c7c832a71dd6e1277940ad48b1 100644 (file)
--- 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'