summaryrefslogtreecommitdiff
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
commit14d54a2c70d15573fdc409a0a423b16314c36c8c (patch)
tree02d515047fb82f47688951e53e61fbe01ecdc059 /src/run.bash
parent3c0d8740d531131488e62870bdbe2357e2d0d432 (diff)
downloadgo-14d54a2c70d15573fdc409a0a423b16314c36c8c.tar.gz
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://codereview.appspot.com/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 178290327..258a4d2f9 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