Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make grpc_tcp_listener private. #4680

Merged
merged 14 commits into from
Jan 25, 2016
Prev Previous commit
Next Next commit
Merge branch 'master' into tcp_listener
  • Loading branch information
daniel-j-born committed Jan 20, 2016
commit beeb4c2ad75533848ac0fca545a3b4785d8fce57
2 changes: 1 addition & 1 deletion tools/run_tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def __init__(self, config, tool, args=None):
self.args = args
self.allow_hashing = False

def job_spec(self, cmdline, hash_targets, timeout_seconds=None,
def job_spec(self, cmdline, hash_targets, cpu_cost=1.0, timeout_seconds=None,
shortname=None, environ=None):
if shortname is None:
shortname = 'valgrind %s' % cmdline[0]
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.