]> Cypherpunks repositories - gostls13.git/commitdiff
doc/install-source.html: mention make.bash to skip tests
authorShenghou Ma <minux.ma@gmail.com>
Mon, 16 Dec 2013 02:03:12 +0000 (21:03 -0500)
committerShenghou Ma <minux.ma@gmail.com>
Mon, 16 Dec 2013 02:03:12 +0000 (21:03 -0500)
R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/42590043

doc/install-source.html

index b99360c71ca75d333210d034360eee0b82574517..ee579bea35feb8761317c12be53827ec26889b41 100644 (file)
@@ -176,6 +176,10 @@ architecture, and root directory used during the install.
 <p>
 For more information about ways to control the build, see the discussion of
 <a href="#environment">environment variables</a> below.
+<code>all.bash</code> (or <code>all.bat</code>) 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 <code>make.bash</code> (or <code>make.bat</code>)
+instead.
 </p>
 </div>