qulogic added a new comment to an issue you are following: `` From a bit of testing in mock, the problem seems to be about running in the source directory. If I'm in the source directory, then run (simplified from `go-rpm-integration`): `GOPATH="/builddir/build/BUILD/viper-1.3.1/_build${GOPATH+:${GOPATH}}" golist --provided --tests --package-path "github.com/spf13/viper" -r '.*example.*'` it crashes, but if I move up one directory, it produces `github.com/spf13/viper` without crashing.
Also, it looks like tests are _not_ being run, since `go-rpm-integration` does `for dir in $(... golist ...); do` which ignores the subprocess failure. ``
To reply, visit the link below or just reply to this email https://pagure.io/golist/issue/7