aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2013-08-01 13:49:00 +1000
committerAndrew Gerrand <adg@golang.org>2013-08-01 13:49:00 +1000
commit5f1af1608f11f58edad85445bde2c96f5a3157fe (patch)
tree86af5fa13127e77ff1503eb7ac98b8c1d20b2a0c /src/run.bash
parentacd1b6317d5495024a21233384037a965934046b (diff)
downloadgo-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-xsrc/run.bash4
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