summaryrefslogtreecommitdiff
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
commitd0220a26174c216cf558358b81ac0bd9d4eedee6 (patch)
tree14d3353521922b5217f32326597a0ad369925502 /src/run.bash
parent949f920d9779d13ffa68a8058eff694d13deda86 (diff)
downloadgo-d0220a26174c216cf558358b81ac0bd9d4eedee6.tar.gz
build: remove builder from test suite (fix build)
R=golang-dev, dave, dsymonds CC=golang-dev https://codereview.appspot.com/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 24bcd3f22..83ef65bf0 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