Don't build tests on Centos 7 either.
authorCarl Hetherington <cth@carlh.net>
Thu, 16 Oct 2014 10:03:31 +0000 (11:03 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 16 Oct 2014 10:03:31 +0000 (11:03 +0100)
cscript

diff --git a/cscript b/cscript
index 5b9c3669bd958f5182b480916be209e05b35b8dc..665d391085977272d917336fb0c6836e62da74b7 100644 (file)
--- a/cscript
+++ b/cscript
@@ -172,7 +172,7 @@ def build(target, options):
             if target.version == '6.5':
                 cmd += ' --target-centos-6 --disable-tests'
             elif target.version == '7':
-                cmd += ' --target-centos-7'
+                cmd += ' --target-centos-7 --disable-tests'
 
     target.command(cmd)
     target.command('./waf')