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

Commit f19ad01

Browse files
committed
Don't expect ignored directories to actually be ignored
1 parent 4b954d7 commit f19ad01

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

cmd/dep/testdata/harness_tests/init/govendor/case1/final/Gopkg.lock

Lines changed: 9 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/dep/testdata/harness_tests/init/govendor/case1/final/Gopkg.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
ignored = ["github.com/sdboyer/dep-test","github.com/golang/notexist/samples"]
1+
ignored = ["github.com/sdboyer/dep-test"]
2+
3+
[[constraint]]
4+
name = "github.com/carolynvs/go-dep-test"
5+
version = "0.2.0"
26

37
[[constraint]]
48
name = "github.com/sdboyer/deptestdos"

cmd/dep/testdata/harness_tests/init/govendor/case1/initial/vendor/vendor.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
22
"comment": "",
3-
"ignore": "test github.com/sdboyer/dep-test",
3+
"ignore": "test github.com/sdboyer/dep-test samples/",
44
"package": [
55
{
66
"checksumSHA1": "4R6TQcq0/gI/I2kKeUunuO/pEec=",
7-
"origin": "github.com/carolynvs/deptest",
87
"path": "github.com/sdboyer/deptest",
98
"revision": "3f4c3bea144e112a69bbe5d8d01c1b09a544253f",
109
"revisionTime": "2017-02-22T03:31:47Z"

cmd/dep/testdata/harness_tests/init/govendor/case1/testcase.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"github.com/sdboyer/deptestdos": "5c607206be5decd28e6263ffffdcee067266015e"
99
},
1010
"vendor-final": [
11+
"github.com/carolynvs/go-dep-test",
1112
"github.com/sdboyer/deptest",
1213
"github.com/sdboyer/deptestdos"
1314
]

0 commit comments

Comments
 (0)