aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2012-05-22 18:41:20 -0700
committerBrad Fitzpatrick <bradfitz@golang.org>2012-05-22 18:41:20 -0700
commit71c1a7b77700ea8e549368c8606d74d7a7b5104f (patch)
treefa6ff20008539c733e4b1d11aaf7faa2ddf53014 /src/run.bash
parent33a89b5fdad1917e292b7a8aea5f164c1460177d (diff)
downloadgo-71c1a7b77700ea8e549368c8606d74d7a7b5104f.tar.xz
cmd/api: add api/next.txt
This quiets all.bash noise for upcoming features we know about. The all.bash warnings will now only print for things not in next.txt (or in next.txt but not in the API). Once an API is frozen, we rename next.txt to a new frozen file (like go1.txt) Fixes #3651 R=golang-dev, r CC=golang-dev https://golang.org/cl/6218069
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 6619fc1fff..ca84b7034d 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -106,7 +106,7 @@ time go run run.go
echo
echo '# Checking API compatibility.'
-go tool api -c $GOROOT/api/go1.txt
+go tool api -c $GOROOT/api/go1.txt -next $GOROOT/api/next.txt
echo
echo ALL TESTS PASSED