]> Cypherpunks repositories - gostls13.git/commit
gotest still assumes that gopack is in your PATH
authorIcarus Sparry <golang@icarus.freeuk.com>
Tue, 26 Jan 2010 21:15:59 +0000 (13:15 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 26 Jan 2010 21:15:59 +0000 (13:15 -0800)
commit7c1841fb2a5668ce560a8f0ff1253bfb2e70def7
tree90caf57ae53cc521c9d01eda4479e33642ad9144
parent2e688e1ba0af4c1830414807bce0788155985b64
gotest still assumes that gopack is in your PATH

If your $PATH does not include $GOBIN then
the build fails at the first *.a file, which
is probably when running the tests for tar

R=rsc
CC=golang-dev
https://golang.org/cl/193066
src/cmd/gotest/gotest