Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/coordinator: add blank line before SlowBot message
Avoids a problem seen on https://golang.org/cl/269799: Consult https://build.golang.org/ to see whether they are new failures. Keep in mind that TryBots currently test *exactly* your git commit, without rebasing. If your commit's git parent is old, the failure might've already been fixed.SlowBot builds that ran: linux-ppc64-buildlet linux-ppc64le-buildlet Note that "Slowbot builds" is hidden at the end of the failure message. Also slightly clean up the code: numFail is the length of a slice, and can't be negative. Change-Id: Id9c160dbb7031d75232df54b8662c94b2ce464b6 Reviewed-on: https://go-review.googlesource.com/c/build/+/269919 Trust: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
- Loading branch information