diff options
| author | Andrew Gerrand <adg@golang.org> | 2013-08-01 13:49:00 +1000 |
|---|---|---|
| committer | Andrew Gerrand <adg@golang.org> | 2013-08-01 13:49:00 +1000 |
| commit | 5f1af1608f11f58edad85445bde2c96f5a3157fe (patch) | |
| tree | 86af5fa13127e77ff1503eb7ac98b8c1d20b2a0c /src/run.bash | |
| parent | acd1b6317d5495024a21233384037a965934046b (diff) | |
| download | go-5f1af1608f11f58edad85445bde2c96f5a3157fe.tar.xz | |
build: remove builder from test suite (fix build)
R=golang-dev, dave, dsymonds
CC=golang-dev
https://golang.org/cl/12225043
Diffstat (limited to 'src/run.bash')
| -rwxr-xr-x | src/run.bash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/run.bash b/src/run.bash index 24bcd3f228..83ef65bf0b 100755 --- a/src/run.bash +++ b/src/run.bash @@ -156,8 +156,8 @@ time ./run || exit 1 ) || exit $? echo -echo '#' ../misc/dashboard/builder ../misc/goplay -go build ../misc/dashboard/builder ../misc/goplay +echo '#' ../misc/goplay +go build ../misc/goplay [ "$GOARCH" == arm ] || (xcd ../test/bench/shootout |
