]> Cypherpunks repositories - gostls13.git/commit
gotest: fix a bug in error handling.
authorRob Pike <r@golang.org>
Tue, 5 Apr 2011 19:51:10 +0000 (12:51 -0700)
committerRob Pike <r@golang.org>
Tue, 5 Apr 2011 19:51:10 +0000 (12:51 -0700)
commit88a8ac08b903513ddec32caea7eb1b7ac0560da6
tree5683eee58496d78559ba4fec76a0653bdf849f6b
parent906b2e76799628b144b06846cccbc88f0e643768
gotest: fix a bug in error handling.
If the command couldn't be found, argv[0] would be wiped.
Also, fix a print statement not to refer to make - it was a vestige of a prior form.

R=rsc, gri
CC=golang-dev
https://golang.org/cl/4360048
src/cmd/gotest/gotest.go