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
_______________________________________________
golang mailing list -- golang@lists.fedoraproject.org
To unsubscribe send an email to golang-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/golang@lists.fedoraproject.org

Reply via email to