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 called: ``` + go-rpm-integration check -i go.etcd.io/bbolt -b /builddir/build/BUILD/bbolt-1.3.3/_build/bin -s /builddir/build/BUILD/bbolt-1.3.3/_build -V 1.3.3-1.fc31 -p /builddir/build/BUILDROOT/golang-etcd-bbolt-1.3.3-1.fc31.x86_64 -g /usr/share/gocode -timeout 30m -v Testing in: /builddir/build/BUILD/bbolt-1.3.3/_build/src PATH: /builddir/build/BUILD/bbolt-1.3.3/_build/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin GOPATH: /builddir/build/BUILD/bbolt-1.3.3/_build:/usr/share/gocode GO111MODULE: off command: go test -buildmode pie -compiler gc -ldflags "-X go.etcd.io/bbolt/version=1.3.3 -extldflags '-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '" testing: go.etcd.io/bbolt ``` but it's not there in the `command: go test ...`.
I also tried `export GO_TEST_FLAGS="-timeout 30m"`, but this gets overwritten by something else. ``
To reply, visit the link below or just reply to this email https://pagure.io/go-rpm-macros/issue/18