summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 333649a27..d82b377f2 100644
--- a/cscript
+++ b/cscript
@@ -339,8 +339,8 @@ def option_defaults():
def configure_options(target, options):
opt = ''
- if not (target.platform == 'linux' and target.distro == 'ubuntu' and (target.version == '18.04' or target.version == '16.04')):
- # Currently we only build tests on Ubuntu 1{6,8}.04
+ if not (target.platform == 'linux' and target.distro == 'ubuntu' and target.version == '18.04'):
+ # Currently we only build tests on Ubuntu 18.04
opt += ' --disable-tests'
if target.debug: