diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-08-24 07:54:34 -0700 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-08-24 07:54:34 -0700 |
commit | 11a28c7f1a31343f85f72f35bd42b34877cc9339 (patch) | |
tree | 6a6f3e759bd30391a223809377b64c9107b5294a /tools | |
parent | c530d503d604b83c4eeb473bd3eb00f4a8d98835 (diff) |
Update projects
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/run_tests/jobset.py | 1 | ||||
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 5 |
2 files changed, 2 insertions, 4 deletions
diff --git a/tools/run_tests/jobset.py b/tools/run_tests/jobset.py index 538deac0e3..d0e3fc4eb3 100755 --- a/tools/run_tests/jobset.py +++ b/tools/run_tests/jobset.py @@ -174,6 +174,7 @@ class Job(object): for k, v in add_env.iteritems(): env[k] = v self._start = time.time() + print spec.cmdline self._process = subprocess.Popen(args=spec.cmdline, stderr=subprocess.STDOUT, stdout=self._tempfile, diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index 142c84901d..aa22f0f159 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -238,10 +238,7 @@ ] }, { - "deps": [ - "gpr", - "grpc" - ], + "deps": [], "headers": [], "language": "c", "name": "gen_legal_metadata_characters", |