From 3537c56d30582cbd9b5e87704cfa7d3d362343b3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 16 Oct 2014 11:03:31 +0100 Subject: Don't build tests on Centos 7 either. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') 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') -- cgit v1.2.3