aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Spare <cespare@gmail.com>2015-08-03 17:20:31 -0700
committerAndrew Gerrand <adg@golang.org>2015-08-04 00:26:58 +0000
commit8ac16b9d529bc42ef085cd633fe57e17d5db57f9 (patch)
treef1a308cf977cc6089650d7fb9380c14c1811ce17
parentc53de859e25b56d665f59c3bd2844bf5f288ecc3 (diff)
downloadgo-8ac16b9d529bc42ef085cd633fe57e17d5db57f9.tar.gz
go-8ac16b9d529bc42ef085cd633fe57e17d5db57f9.zip
cmd/go: re-run mkalldocs.sh after testflag change
Change-Id: Ia21501df23a91c065d9f2acc6f043019a1419b22 Reviewed-on: https://go-review.googlesource.com/13092 Reviewed-by: Andrew Gerrand <adg@golang.org>
-rw-r--r--src/cmd/go/alldocs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/go/alldocs.go b/src/cmd/go/alldocs.go
index 661c7c08f6..044e776ec0 100644
--- a/src/cmd/go/alldocs.go
+++ b/src/cmd/go/alldocs.go
@@ -1404,6 +1404,7 @@ control the execution of any test:
-timeout t
If a test runs longer than t, panic.
+ The default is 10 minutes (10m).
-trace trace.out
Write an execution trace to the specified file before exiting.