]> Cypherpunks repositories - gostls13.git/commitdiff
gotest: leave _testmain.go for "make clean" to clean up
authorRuss Cox <rsc@golang.org>
Wed, 29 Sep 2010 02:59:16 +0000 (22:59 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 29 Sep 2010 02:59:16 +0000 (22:59 -0400)
R=r, brainman
CC=golang-dev
https://golang.org/cl/2297041

src/cmd/gotest/gotest

index 463242e3a75a27079baaa61b4a581fc8736575a9..e634a110892a53b942f90e42c0f62da03cb08e10 100755 (executable)
@@ -93,7 +93,6 @@ if $havex; then
 fi
 
 # They all compile; now generate the code to call them.
-trap "rm -f _testmain.go _testmain.$O" 0 1 2 3 14 15
 
 # Suppress output to stdout on Linux
 MAKEFLAGS=