]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: document why test fails on incomplete ports
authorTobias Klauser <tklauser@distanz.ch>
Sat, 24 Oct 2020 18:21:48 +0000 (20:21 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Sat, 24 Oct 2020 22:08:35 +0000 (22:08 +0000)
commitd03437a7c228c6842ad81b4d6e7dabea913cdc5f
tree7092d6e27da8587bf2e93b6dea9ec14862b6a835
parentfe5f95eeccb1b913f608c547b2b9f8919dc9b225
cmd/dist: document why test fails on incomplete ports

It might not be obvious from reading the code why we consider the test
as failed on incomplete ports even though it passed. Add a comment
documenting this behavior, as suggested by Dmitri in CL 155839.

Change-Id: I3eb7db27d01d63db277172381e5fa51577dad941
Reviewed-on: https://go-review.googlesource.com/c/go/+/264682
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
src/cmd/dist/test.go