Descriptiontest/run: always set goos and goarch
Following CL 68150047, the goos and goarch
variables are not currently set when the GOOS
and GOARCH environment variables are not set.
This made the content of the build tag to be
ignored in this case.
This CL sets goos and goarch to runtime.GOOS
and runtime.GOARCH when the GOOS and GOARCH
environments variables are not set.
Patch Set 1 #Patch Set 2 : diff -r a23b4e7ef63b https://code.google.com/p/go #Patch Set 3 : diff -r a23b4e7ef63b https://code.google.com/p/go #
Total comments: 2
Patch Set 4 : diff -r 82cbf874e066 https://code.google.com/p/go #Patch Set 5 : diff -r 14c560b87afb https://code.google.com/p/go #
MessagesTotal messages: 10
|