summaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2013-08-02 19:14:13 -0700
committerBrad Fitzpatrick <bradfitz@golang.org>2013-08-02 19:14:13 -0700
commit3f04e310f8cf218a820351452c38b72166bea85c (patch)
tree91ada9f6146a95ce19ba52b72d95dc876e6280e5 /src/run.bash
parentf306988deeb493e1f95bc46bc636915d7966c70f (diff)
downloadgo-3f04e310f8cf218a820351452c38b72166bea85c.tar.gz
build: ignore new zfiles, delete temp goplay binary in run.bash
R=golang-dev, rsc CC=golang-dev https://codereview.appspot.com/12320045
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/run.bash b/src/run.bash
index 8f416f601..ded465b66 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -161,6 +161,7 @@ time ./run || exit 1
echo
echo '#' ../misc/goplay
go build ../misc/goplay
+rm -f goplay
[ "$GOARCH" == arm ] ||
(xcd ../test/bench/shootout