aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/vendor_test_issue11864.txt
blob: f11d790e6f2d2a79d295d085d129da0b4be3fc9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[!net] skip
[!exec:git] skip

go get github.com/rsc/go-get-issue-11864

# build -i should work
go build -i github.com/rsc/go-get-issue-11864
go build -i github.com/rsc/go-get-issue-11864/t

# test -i should work like build -i (golang.org/issue/11988)
go test -i github.com/rsc/go-get-issue-11864
go test -i github.com/rsc/go-get-issue-11864/t

# test should work too
go test github.com/rsc/go-get-issue-11864
go test github.com/rsc/go-get-issue-11864/t

# external tests should observe internal test exports (golang.org/issue/11977)
go test github.com/rsc/go-get-issue-11864/vendor/vendor.org/tx2