aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/get_update_wildcard.txt
blob: c83378311439fe56672e62da7232d7d59a00aa32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Issue 14450: go get -u .../ tried to import not downloaded package

[!net:github.com] skip
[!git] skip
env GO111MODULE=off

go get github.com/tmwh/go-get-issue-14450/a
! go get -u .../
stderr 'cannot find package.*d-dependency/e'

# Even though get -u failed, the source for others should be downloaded.
exists github.com/tmwh/go-get-issue-14450/b
exists github.com/tmwh/go-get-issue-14450-b-dependency/c
exists github.com/tmwh/go-get-issue-14450-b-dependency/d

! exists github.com/tmwh/go-get-issue-14450-c-dependency/e