commit | 47f256e1ed527b2eb4041acf90d33e6abc5e1685 | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <iant@golang.org> | Tue Nov 03 17:50:31 2015 -0800 |
committer | Ian Lance Taylor <iant@golang.org> | Wed Nov 04 01:51:39 2015 +0000 |
tree | 3650c9bc4133e33425c8447ee9d605a9f282b43e | |
parent | 10e0f935ac369f8403c198b05c909e42e565c1e5 [diff] |
gotest: fix handling of --goarch option I managed to add a new --goarch option to gotest without noticing that the script already had one. Worse, they set different variables. Remove the old option in favor of the new one. Change-Id: I6d37eea7dc13ceac9475fe6d557532477c315507 Reviewed-on: https://go-review.googlesource.com/16613 Reviewed-by: Ian Lance Taylor <iant@golang.org>