[go-rpm-macros] Issue #18: Passing extra args to `go test`

2019-06-15 Thread Elliott Sales de Andrade
qulogic added a new comment to an issue you are following: `` OK, this seems like it works: ``` %global gotestflags %{gotestflags} -timeout 30m ``` I guess something like this needs to be mentioned in the templates at least. `` To reply, visit the link below or just reply to this email

[go-rpm-macros] Issue #18: Passing extra args to `go test`

2019-06-15 Thread Nicolas Mailhot
nim added a new comment to an issue you are following: `` The whole logic is here: https://pagure.io/go-rpm-macros/blob/master/f/rpm/macros.d/macros.go-rpm#_352 `` To reply, visit the link below or just reply to this email https://pagure.io/go-rpm-macros/issue/18

[go-rpm-macros] Issue #18: Passing extra args to `go test`

2019-06-15 Thread Nicolas Mailhot
nim added a new comment to an issue you are following: `` `gocheckflags` is here to pass exclusion information to `go-rpm-integration` in `gocheck`, the same way `goinstallflags` works in `goinstall`. To pass information explicitely to the `go test` layer, you need `gotestflags`. Be careful

[go-rpm-macros] Issue #18: Passing extra args to `go test`

2019-06-14 Thread Elliott Sales de Andrade
qulogic reported a new issue against the project: `go-rpm-macros` that you are following: `` While `gocheckflags` exists, it gets passed to `go-rpm-integration`, but ignored after that. For example, if I add: ``` %global gocheckflags -timeout 30m ``` then it appears when `go-rpm-integration` is