Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 89e092a

Browse files
authored
Merge pull request #468 from darkowlzz/integration-test-doc-typo
Fix integration test doc test run command typo
2 parents 7f94b26 + 8f6fe42 commit 89e092a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/dep/testdata/harness_tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ desired. The test name will consist of the directory path from `testdata` to
2828
the test case directory itself. In the above example, the test name would be
2929
`category1/subcategory1/case1`, and could be singled out with the `-run` option
3030
of `go test` (i.e.
31-
`go test github.com/golang/dep/cmp/dep -run Integration/category1/subcategory1/case1`).
31+
`go test github.com/golang/dep/cmd/dep -run Integration/category1/subcategory1/case1`).
3232
New tests can be added simply by adding a new directory with the json file to
3333
the `testdata` tree. There is no need for code modification - the new test
3434
will be included automatically.

0 commit comments

Comments
 (0)