From c184940d3fb1090eba5c3747a21cfa50771e12fd Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Sun, 15 Dec 2013 21:03:12 -0500 Subject: [PATCH] doc/install-source.html: mention make.bash to skip tests R=golang-dev, adg CC=golang-dev https://golang.org/cl/42590043 --- doc/install-source.html | 4 ++++ 1 file changed, 4 insertions(+) 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.

-- 2.48.1