aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/get_update_wildcard.txt
blob: 4e66004014a6c842ffbe6fc5dbbb1dcb3e479e39 (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] skip
[!exec: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