From 1b258903ae2ac1e99a60982d8f67720afa8f9b53 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 3 Jan 2015 23:38:38 +0000 Subject: Tests are now not Windows-compatible. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') 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' -- cgit v1.2.3