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:
Kyle Consalus 2011-02-22 20:23:21 -08:00 committed by Rob Pike
parent 8e4e11506b
commit 07cc8b9ad2
6 changed files with 6 additions and 6 deletions

View file

@ -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