From: Shenghou Ma Date: Mon, 16 Dec 2013 02:03:12 +0000 (-0500) Subject: doc/install-source.html: mention make.bash to skip tests X-Git-Tag: go1.3beta1~1231 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c184940d3fb1090eba5c3747a21cfa50771e12fd;p=gostls13.git doc/install-source.html: mention make.bash to skip tests R=golang-dev, adg CC=golang-dev https://golang.org/cl/42590043 --- diff --git a/doc/install-source.html b/doc/install-source.html index b99360c71c..ee579bea35 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -176,6 +176,10 @@ architecture, and root directory used during the install.

For more information about ways to control the build, see the discussion of environment variables below. +all.bash (or all.bat) runs important tests for Go, +which can take more time than simply building Go. If you do not want to run +the test suite use make.bash (or make.bat) +instead.