From 3c6a632a10404598fb6b68bff38c08f954bb912c Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Fri, 31 Oct 2014 03:48:13 +0700 Subject: development/google-go-lang: Allow disable test. Signed-off-by: Willy Sudiarto Raharjo --- development/google-go-lang/README | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'development/google-go-lang/README') diff --git a/development/google-go-lang/README b/development/google-go-lang/README index 7e8341dcf2..ecb6d7aa20 100644 --- a/development/google-go-lang/README +++ b/development/google-go-lang/README @@ -44,3 +44,8 @@ privilege to clone source. As of go1.2, the 'go doc ...' command has been relocated to the go.tools library (golang-googlecode-gotools), which provide `godoc`. + + +Testing is a default part of the standard build. If you elect to not run the +test during the build of this package, provide the environment variable +RUN_TEST=false at build time. -- cgit v1.2.3