diff options
| author | Russ Cox <rsc@golang.org> | 2013-07-29 16:52:40 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2013-07-29 16:52:40 -0400 |
| commit | fdb69cb0a32c6eb0a2ff8f4fdce170b982faf26e (patch) | |
| tree | da3004e3538a7b51d1edd7cd4d31c821e100d230 /src/run.bash | |
| parent | 340918a8a3c89d4f6a39bc1b0e07b648893ac66d (diff) | |
| download | go-fdb69cb0a32c6eb0a2ff8f4fdce170b982faf26e.tar.xz | |
build: fix build
As promised.
TBR=dvyukov
CC=golang-dev
https://golang.org/cl/12063043
Diffstat (limited to 'src/run.bash')
| -rwxr-xr-x | src/run.bash | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/run.bash b/src/run.bash index b4f44ffbf1..4d8d04bfb3 100755 --- a/src/run.bash +++ b/src/run.bash @@ -185,5 +185,3 @@ go tool api -c $GOROOT/api/go1.txt,$GOROOT/api/go1.1.txt -next $GOROOT/api/next. echo echo ALL TESTS PASSED - -exit 1 |
