]> Cypherpunks repositories - gostls13.git/commit
cmd/pack: dump output of command of "go env" command in test
authorRob Pike <r@golang.org>
Wed, 19 Feb 2014 23:01:50 +0000 (15:01 -0800)
committerRob Pike <r@golang.org>
Wed, 19 Feb 2014 23:01:50 +0000 (15:01 -0800)
commit8ac499916e2ea58e04d756f692a85c587b11a39e
treed882cce0203ab191e6ef74647285c45d912f0ff6
parent53061193f1b35aa6eda405909db41900fdc2c5de
cmd/pack: dump output of command of "go env" command in test
Get more information to help understand build failure on Plan 9.
Also Windows.
(TestHello is failing because GOCHAR does not appear in output.
What does?)

Update #7362

LGTM=bradfitz
R=rsc, bradfitz
CC=golang-codereviews
https://golang.org/cl/66070044
src/cmd/pack/pack_test.go