aboutsummaryrefslogtreecommitdiff
path: root/test/bench
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2015-07-31 12:03:48 +1000
committerAndrew Gerrand <adg@golang.org>2015-07-31 02:50:43 +0000
commitb63fb59de89aef5e8f41969bee8a851ac3946c63 (patch)
tree7f713bc82ef6d6dbf07280e5f969ebf566b989eb /test/bench
parentabdc77a28859e1117c4bb99c23643c1b726323c1 (diff)
downloadgo-b63fb59de89aef5e8f41969bee8a851ac3946c63.tar.gz
go-b63fb59de89aef5e8f41969bee8a851ac3946c63.zip
test/bench/shootout: clean up binaries after run
Update #11943 Change-Id: I3e6592876bf16d2f9129995b723ecf69c069653d Reviewed-on: https://go-review.googlesource.com/12913 Reviewed-by: Russ Cox <rsc@golang.org>
Diffstat (limited to 'test/bench')
-rwxr-xr-xtest/bench/shootout/timing.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/bench/shootout/timing.sh b/test/bench/shootout/timing.sh
index d8b1486480..78367367a3 100755
--- a/test/bench/shootout/timing.sh
+++ b/test/bench/shootout/timing.sh
@@ -247,3 +247,6 @@ do
$i
runonly echo
done
+
+rm *.o *.$EXE # Clean up
+