Descriptioncmd/go: fix go test using package main_test
A package main binary (that is, a command) being installed
does not mean we can skip the build of the package archive
during a test.
Fixes issue 3417.
Patch Set 1 #Patch Set 2 : diff -r b24fe3a40fc7 https://code.google.com/p/go/ #Patch Set 3 : diff -r bdda302ec156 https://code.google.com/p/go/ #
MessagesTotal messages: 3
|