summaryrefslogtreecommitdiff
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
commit065227c5040bf1f30b6dc36c53c333beebf4de21 (patch)
tree5eb71c7c4baaf05a601d5319284343522d63e597 /src/run.bash
parent83aaa5040565de6d1f14549a0b8c8e5fff1c5ec4 (diff)
downloadgo-065227c5040bf1f30b6dc36c53c333beebf4de21.tar.gz
build: remove goplay from run.bash and run.bat
TBR=rsc R=golang-codereviews CC=golang-codereviews https://codereview.appspot.com/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 76216ba01..6eec7caa4 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