From 3b6ab81daf7c312d980c8950757460567f8832ec Mon Sep 17 00:00:00 2001 From: Adele Zhou Date: Wed, 18 May 2016 17:04:20 -0700 Subject: [PATCH] Fix code coverage. --- tools/run_tests/run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py index 65596dea7f8..0a5625c3f5b 100755 --- a/tools/run_tests/run_tests.py +++ b/tools/run_tests/run_tests.py @@ -892,7 +892,7 @@ for l in languages: language_make_options=[] if any(language.make_options() for language in languages): - if len(languages) != 1: + if not 'gcov' in args.config and len(languages) != 1: print 'languages with custom make options cannot be built simultaneously with other languages' sys.exit(1) else: