]> Cypherpunks repositories - gostls13.git/commit
[dev.regabi] test: make run.go error messages slightly more informative
authorDavid Chase <drchase@google.com>
Mon, 4 Jan 2021 19:05:17 +0000 (14:05 -0500)
committerDavid Chase <drchase@google.com>
Wed, 13 Jan 2021 02:41:11 +0000 (02:41 +0000)
commit2abd24f3b78f8f605840e5a0dd3b4f76734f6c13
treeee614753c0bff718dab03db6e81328a376b202e1
parent9a19481acb93114948503d935e10f6985ff15843
[dev.regabi] test: make run.go error messages slightly more informative

This is intended to make it easier to write/change a test
without referring to the source code to figure out what the
error messages actually mean, or how to correct them.

Change-Id: Ie79ff7cd9f2d1fa605257fe97eace68adc8a6716
Reviewed-on: https://go-review.googlesource.com/c/go/+/281452
Trust: David Chase <drchase@google.com>
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jeremy Faller <jeremy@golang.org>
test/run.go