]> Cypherpunks repositories - gostls13.git/commit
cmd/go: don't pass -test.testlogfile on NaCl
authorIan Lance Taylor <iant@golang.org>
Mon, 11 Dec 2017 19:28:50 +0000 (11:28 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 11 Dec 2017 22:35:22 +0000 (22:35 +0000)
commit63e29ad1f7b9b5a7f5d10b3c1beaf39a2e09e195
treed1b7120b0a01c2ed1e30d801b4e66af04658d760
parent43123903caa2db79057711e5c672512bce2d2b2a
cmd/go: don't pass -test.testlogfile on NaCl

It causes every test to fail as the log file is on the local file system,
not the NaCl file system.

Updates #22593

Change-Id: Iee3d8307317bd792c9c701baa962ebbbfa34c147
Reviewed-on: https://go-review.googlesource.com/83256
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/internal/test/test.go
src/cmd/go/testdata/src/testcache/script.sh [new file with mode: 0755]