Merge pull request #7868 from baloo/patch-1

Switch TESTFLAGS to use `-test.run` instead of `-run`
Upstream-commit: 60ab9eaf4a19d691d16c69496364008bbb69d8db
Component: engine
This commit is contained in:
Tianon Gravi
2014-09-08 10:34:49 -06:00

View File

@ -115,7 +115,7 @@ something like this
If $TESTFLAGS is set in the environment, it is passed as extra arguments
to `go test`. You can use this to select certain tests to run, e.g.,
$ TESTFLAGS=`-run \^TestBuild\$` make test
$ TESTFLAGS=`-test.run \^TestBuild\$` make test
If the output indicates "FAIL" and you see errors like this: