]> Cypherpunks repositories - gostls13.git/commit
cmd/go: don't use a testlog if there is an exec command
authorIan Lance Taylor <iant@golang.org>
Wed, 13 Dec 2017 01:41:49 +0000 (17:41 -0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 13 Dec 2017 02:00:48 +0000 (02:00 +0000)
commit1206e974a1a6f1132c6ea5d746763a841d2d293a
tree706958785c5c47b855e569357e96d81e77627f13
parent132b528e711b674ad95e6a98f5725f231a693782
cmd/go: don't use a testlog if there is an exec command

An exec command is normally used on platforms were the test is run in
some unusual way, making it less likely that the testlog will be useful.

Updates #22593

Change-Id: I0768f6da89cb559d8d675fdf6d685db9ecedab9e
Reviewed-on: https://go-review.googlesource.com/83578
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/internal/test/test.go