Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Quit if nginx fails to bind the port
Currently, `run_groonga_http` throws an exception and terminates there. That is why retry by `--n-retries` option is not working. With this change, the test result is empty and the test fails. If `--n-retries` is specified, it will be retried.
- Loading branch information