From: Caleb Spare Date: Tue, 4 Aug 2015 00:20:31 +0000 (-0700) Subject: cmd/go: re-run mkalldocs.sh after testflag change X-Git-Tag: go1.5rc1~43 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8ac16b9d529bc42ef085cd633fe57e17d5db57f9;p=gostls13.git cmd/go: re-run mkalldocs.sh after testflag change Change-Id: Ia21501df23a91c065d9f2acc6f043019a1419b22 Reviewed-on: https://go-review.googlesource.com/13092 Reviewed-by: Andrew Gerrand --- 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.