diff options
author | Craig Tiller <ctiller@google.com> | 2016-07-12 16:29:46 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-07-12 16:29:46 -0700 |
commit | 9e3691c5bd6819abe45465cd220ff923d5e6f598 (patch) | |
tree | 904c0adcc139388faaec9948a09508a1b86cccde /test | |
parent | bdfa39c3cf53f75446ebafd73bd4b24118a24771 (diff) |
Actually run json_run_localhost tests
Diffstat (limited to 'test')
-rw-r--r-- | test/cpp/qps/json_run_localhost.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/json_run_localhost.cc b/test/cpp/qps/json_run_localhost.cc index 6545dc2917..74e40fbf1a 100644 --- a/test/cpp/qps/json_run_localhost.cc +++ b/test/cpp/qps/json_run_localhost.cc @@ -75,7 +75,7 @@ int main(int argc, char** argv) { for (int i = 1; i < argc; i++) { args.push_back(argv[i]); } - SubProcess(args).Join(); + GPR_ASSERT(SubProcess(args).Join() == 0); for (auto it = jobs.begin(); it != jobs.end(); ++it) { (*it)->Interrupt(); |