1
0
mirror of https://github.com/golang/go synced 2024-11-18 09:34:53 -07:00

src: update buildall.bash comment with renamed trybot builder

Change-Id: I77887d247d3e5d60305fc76f962652268827b955
Reviewed-on: https://go-review.googlesource.com/9516
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Brad Fitzpatrick 2015-04-29 15:08:49 -07:00
parent 13ae23751a
commit 3574891942

View File

@ -6,8 +6,8 @@
# Usage: buildall.sh [-e] [pattern]
#
# buildall.bash builds the standard library for all Go-supported
# architectures. It is used by the linux-amd64-compilesmoke trybot
# builder, as a smoke test to quickly flag portability issues.
# architectures. It is used by the "all-compile" trybot builder,
# as a smoke test to quickly flag portability issues.
#
# Options:
# -e: stop at first failure