]> Cypherpunks repositories - gostls13.git/commitdiff
doc/articles/wiki: remove generated final-test.go after test
authorAlex Brainman <alex.brainman@gmail.com>
Wed, 17 Jun 2015 02:46:06 +0000 (12:46 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Wed, 17 Jun 2015 03:11:01 +0000 (03:11 +0000)
Change-Id: If6dc3acdc023ac78f63e257974cd2d2e9f1cca10
Reviewed-on: https://go-review.googlesource.com/11161
Reviewed-by: Andrew Gerrand <adg@golang.org>
doc/articles/wiki/test.bash

index b1e89e9a22b00c46e2e1ad3299e7c5072613c4af..8bbb7347501bf9a9a60d4a65a77b1e38f6aa1508 100755 (executable)
@@ -13,7 +13,7 @@ fi
 wiki_pid=
 cleanup() {
        kill $wiki_pid
-       rm -f test_*.out Test.txt final-test.bin final-test-port.txt a.out get.bin
+       rm -f test_*.out Test.txt final-test.go final-test.bin final-test-port.txt a.out get.bin
 }
 trap cleanup 0 INT