aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2013-08-09 18:44:00 -0400
committerRuss Cox <rsc@golang.org>2013-08-09 18:44:00 -0400
commitb78410bda13cc10c1e59dfdcc935b3155450b44e (patch)
tree7cd19f712af1e210507cf7df59f0195059458957 /src/run.bash
parent1f25f5ad48b61092bdd8f43af7c068db0e947363 (diff)
downloadgo-b78410bda13cc10c1e59dfdcc935b3155450b44e.tar.gz
go-b78410bda13cc10c1e59dfdcc935b3155450b44e.zip
cmd/api: eliminate duplicate package import work
On my Mac, cuts the API checks from 15 seconds to 6 seconds. Also clean up some tag confusion: go run list-of-files ignores tags. R=bradfitz, gri CC=golang-dev https://golang.org/cl/12699048
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run.bash b/src/run.bash
index 178290327a..258a4d2f94 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -182,7 +182,7 @@ time go run run.go || exit 1
echo
echo '# Checking API compatibility.'
-go run --tags=from_src_run $GOROOT/src/cmd/api/run.go
+time go run $GOROOT/src/cmd/api/run.go
echo
echo ALL TESTS PASSED