mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
Make.pkg, doc: Replace references to "-benchmarks" and "-match" with "-test.bench" and "-test.run".
R=r CC=golang-dev https://golang.org/cl/4197041
This commit is contained in:
parent
8e4e11506b
commit
07cc8b9ad2
6 changed files with 6 additions and 6 deletions
|
|
@ -194,7 +194,7 @@ var testPrivateKey = &rsa.PrivateKey{
|
|||
|
||||
// Script of interaction with gnutls implementation.
|
||||
// The values for this test are obtained by building and running in server mode:
|
||||
// % gotest -match "TestRunServer" -serve
|
||||
// % gotest -test.run "TestRunServer" -serve
|
||||
// and then:
|
||||
// % gnutls-cli --insecure --debug 100 -p 10443 localhost > /tmp/log 2>&1
|
||||
// % python parse-gnutls-cli-debug-log.py < /tmp/log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue