From 8f6fe424a92d9fc293982e93bf07cc1cfc3b38af Mon Sep 17 00:00:00 2001 From: Sunny Date: Thu, 27 Apr 2017 16:14:14 +0530 Subject: [PATCH] Fix integration test doc test run command typo --- cmd/dep/testdata/harness_tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/dep/testdata/harness_tests/README.md b/cmd/dep/testdata/harness_tests/README.md index b7713d3aa8..4c428af968 100644 --- a/cmd/dep/testdata/harness_tests/README.md +++ b/cmd/dep/testdata/harness_tests/README.md @@ -28,7 +28,7 @@ desired. The test name will consist of the directory path from `testdata` to the test case directory itself. In the above example, the test name would be `category1/subcategory1/case1`, and could be singled out with the `-run` option of `go test` (i.e. -`go test github.com/golang/dep/cmp/dep -run Integration/category1/subcategory1/case1`). +`go test github.com/golang/dep/cmd/dep -run Integration/category1/subcategory1/case1`). New tests can be added simply by adding a new directory with the json file to the `testdata` tree. There is no need for code modification - the new test will be included automatically.