]> Cypherpunks repositories - gostls13.git/commitdiff
test/bench/shootout: clean up binaries after run
authorAndrew Gerrand <adg@golang.org>
Fri, 31 Jul 2015 02:03:48 +0000 (12:03 +1000)
committerAndrew Gerrand <adg@golang.org>
Fri, 31 Jul 2015 02:50:43 +0000 (02:50 +0000)
Update #11943

Change-Id: I3e6592876bf16d2f9129995b723ecf69c069653d
Reviewed-on: https://go-review.googlesource.com/12913
Reviewed-by: Russ Cox <rsc@golang.org>
test/bench/shootout/timing.sh

index d8b1486480b492cc5b09f0e2fcbfc9e271215676..78367367a323471ccc343792daf8edea73fa131b 100755 (executable)
@@ -247,3 +247,6 @@ do
        $i
        runonly echo
 done
+
+rm *.o *.$EXE # Clean up
+