summaryrefslogtreecommitdiffstats
path: root/src/cmd/go/testdata/script/build_relative_pkgdir.txt
blob: 57f18eefcec45a11a9e6aea3a5b0128f4d7e7c76 (plain)
1
2
3
4
5
6
7
8
9
env GO111MODULE=off

# Regression test for golang.org/issue/21309: accept relative -pkgdir argument.

[short] skip

mkdir $WORK/gocache
env GOCACHE=$WORK/gocache
go build -pkgdir=. runtime