зеркало из https://github.com/golang/build.git
cmd/coordinator: add newline between also tested repo names
Change-Id: Iad4e772d61ebe8bb427e401c2a22d2948cb4d8fb Reviewed-on: https://go-review.googlesource.com/c/build/+/204077 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Родитель
02e7e2b56a
Коммит
35df4b8c62
|
@ -1453,7 +1453,7 @@ func (ts *trySet) noteBuildComplete(bs *buildStatus) {
|
|||
if len(ts.xrepos) > 0 {
|
||||
fmt.Fprintf(&buf, "Also tested the following repos:\n")
|
||||
for _, st := range ts.xrepos {
|
||||
fmt.Fprintf(&buf, st.NameAndBranch())
|
||||
fmt.Fprintf(&buf, "* %s\n", st.NameAndBranch())
|
||||
}
|
||||
}
|
||||
// TODO: provide a link in the final report that links to a permanent summary page
|
||||
|
|
Загрузка…
Ссылка в новой задаче