Merge pull request #37415 from storykim/test-md-typo

Fix typo on test.md
Upstream-commit: d4bbd7938a533567182a07e13d1daf1d271a1bcb
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2018-07-08 17:13:21 +02:00
committed by GitHub
+1 -1
View File
@@ -153,7 +153,7 @@ $ TESTDIRS='opts' make test-unit
You can also use the `TESTFLAGS` environment variable to run a single test. The
flag's value is passed as arguments to the `go test` command. For example, from
your local host you can run the `TestBuild` test with this command:
your local host you can run the `TestValidateIPAddress` test with this command:
```bash
$ TESTFLAGS='-test.run ^TestValidateIPAddress$' make test-unit