Skip to content
Snippets Groups Projects
Commit 1e53411e authored by Craig Tiller's avatar Craig Tiller
Browse files

Merge branch 'cleaner-posix3' of github.com:ctiller/grpc into cleaner-posix3

parents 2fad50d2 334db354
No related branches found
No related tags found
No related merge requests found
...@@ -192,7 +192,7 @@ class CLanguage(object): ...@@ -192,7 +192,7 @@ class CLanguage(object):
test = base + line.strip() test = base + line.strip()
cmdline = [binary] + ['--gtest_filter=%s' % test] cmdline = [binary] + ['--gtest_filter=%s' % test]
out.append(self.config.job_spec(cmdline, [binary], out.append(self.config.job_spec(cmdline, [binary],
shortname='%s:%s' % (binary, test, shortname_ext), shortname='%s:%s %s' % (binary, test, shortname_ext),
cpu_cost=target['cpu_cost'], cpu_cost=target['cpu_cost'],
environ=env)) environ=env))
else: else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment