commit ca3f67564ce8ef5fe32e10084445edc56b4adeaa from: Omar Polo date: Tue Jul 06 11:53:24 2021 UTC don't log too much by default commit - fb4102a5ffdf34311e88a8c0ac6712546482f09d commit + ca3f67564ce8ef5fe32e10084445edc56b4adeaa blob - 9431f509782022a8984e32067f49c60d572487dd blob + 267331e63627545e78fda1e4107433c6b8d876c7 --- regress/runtime +++ regress/runtime @@ -47,7 +47,7 @@ raw() { } run() { - ./../gmid -vvv -f -c reg.conf & + ./../gmid -f -c reg.conf & pid=$! # give gmid time to bind the port, otherwise we end up # executing gg when gmid isn't ready yet.