aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2014-06-02 08:44:47 +1000
committerAndrew Gerrand <adg@golang.org>2014-06-02 08:44:47 +1000
commit189a6494ee5912f7add466bff9e7afbe960a6a2e (patch)
treea44d58d94df76210967895976924f7f1c004f8cd /src/run.bash
parentf83608256614f831430ee62ffdf86027c0be87a5 (diff)
downloadgo-189a6494ee5912f7add466bff9e7afbe960a6a2e.tar.gz
go-189a6494ee5912f7add466bff9e7afbe960a6a2e.zip
build: remove goplay from run.bash and run.bat
TBR=rsc R=golang-codereviews CC=golang-codereviews https://golang.org/cl/106730043
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/run.bash b/src/run.bash
index 76216ba010..6eec7caa40 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -197,11 +197,6 @@ time ./run || exit 1
time ./run || exit 1
) || exit $?
-echo
-echo '#' ../misc/goplay
-go build ../misc/goplay
-rm -f goplay
-
[ "$GOOS" == nacl ] ||
[ "$GOARCH" == arm ] ||
(xcd ../test/bench/shootout