]> Cypherpunks repositories - gostls13.git/commit
cmd/go: vary executable names in tests
authorAlex Brainman <alex.brainman@gmail.com>
Wed, 17 Jun 2015 00:22:03 +0000 (10:22 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Wed, 17 Jun 2015 01:26:40 +0000 (01:26 +0000)
commit8e723109de27ad6ad64655f336456786e8f5d899
tree6406a03fbff7ae06e11da74d89fb17cdeed11850
parent99f5f796d9e689befdd27f5563e28cd49dcc1567
cmd/go: vary executable names in tests

So the tests don't interfere with each other on windows.

Fixes #11217

Change-Id: I4b3936bc64c95c7274298d6f137b24a28876b625
Reviewed-on: https://go-review.googlesource.com/11138
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/go_test.go