summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-10-16 11:03:31 +0100
committerCarl Hetherington <cth@carlh.net>2014-10-16 11:03:31 +0100
commit3537c56d30582cbd9b5e87704cfa7d3d362343b3 (patch)
tree6f65661a2a89258f77c4671e5db4e54cdc0c6848 /cscript
parentb2da30977904a932fa55f1a69fa1372dad124e37 (diff)
Don't build tests on Centos 7 either.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 5b9c3669b..665d39108 100644
--- 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')