aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/mod_outside.txt
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2019-05-15 12:56:45 -0400
committerRuss Cox <rsc@golang.org>2019-05-16 03:25:01 +0000
commitdccd5da08eb45923df9fb9ee2a05a9fbbe8c185c (patch)
tree0a075979ebe21656c06105576df504e589337d70 /src/cmd/go/testdata/script/mod_outside.txt
parent0c47e24df8c7066bf92a4acf96ec90f89825f2de (diff)
downloadgo-dccd5da08eb45923df9fb9ee2a05a9fbbe8c185c.tar.gz
go-dccd5da08eb45923df9fb9ee2a05a9fbbe8c185c.zip
cmd/go: cut 'go test -short cmd/go' time by about half
Was 50 seconds on unloaded Mac laptop; now 27. Still longer than I would like, but every little bit helps. For #26473. Change-Id: Id4be016ee1555cbc3512eca0ae10236d7f06bd02 Reviewed-on: https://go-review.googlesource.com/c/go/+/177398 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/cmd/go/testdata/script/mod_outside.txt')
-rw-r--r--src/cmd/go/testdata/script/mod_outside.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/go/testdata/script/mod_outside.txt b/src/cmd/go/testdata/script/mod_outside.txt
index db994a1656..c3d53e035b 100644
--- a/src/cmd/go/testdata/script/mod_outside.txt
+++ b/src/cmd/go/testdata/script/mod_outside.txt
@@ -1,4 +1,5 @@
env GO111MODULE=on
+[short] skip
# This script tests commands in module mode outside of any module.
#