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

Actually run json_run_localhost tests

parent bdfa39c3
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ int main(int argc, char** argv) { ...@@ -75,7 +75,7 @@ int main(int argc, char** argv) {
for (int i = 1; i < argc; i++) { for (int i = 1; i < argc; i++) {
args.push_back(argv[i]); args.push_back(argv[i]);
} }
SubProcess(args).Join(); GPR_ASSERT(SubProcess(args).Join() == 0);
for (auto it = jobs.begin(); it != jobs.end(); ++it) { for (auto it = jobs.begin(); it != jobs.end(); ++it) {
(*it)->Interrupt(); (*it)->Interrupt();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment