Skip to content

Commit

Permalink
Merge pull request grpc#6639 from adelez/fix_code_coverage_again
Browse files Browse the repository at this point in the history
Fix code coverage.
  • Loading branch information
adelez committed May 19, 2016
2 parents 19fa14b + 3b6ab81 commit aeb7034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run_tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ def git(cmd, cwd=cwd):

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:
Expand Down

0 comments on commit aeb7034

Please sign in to comment.