aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Matt Kwong <mattkwong@google.com>2018-05-22 11:07:35 -0700
committerGravatar Matt Kwong <mattkwong@google.com>2018-05-23 10:52:47 -0700
commitcacc2ccbf0d37f57efdbc8f81ae8620d4a78366c (patch)
tree1b48c043179d932acf9be2ade0a07daefd513b44 /tools/run_tests
parent048bb0713b4952ba6c9340cc944458ce99715fbc (diff)
Readd cmake backport to Jessie
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-xtools/run_tests/run_tests.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index ca229b2b83..5d89cacc54 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -534,8 +534,7 @@ class CLanguage(object):
elif compiler == 'clang7.0':
# clang++-7.0 alias doesn't exist and there are no other clang versions
# installed.
- return ('sanitizers_jessie',
- self._clang_make_options())
+ return ('sanitizers_jessie', self._clang_make_options())
else:
raise Exception('Compiler %s not supported.' % compiler)