Open myzhan opened 1 year ago
I'm using gomonkey with ginkgo to write unittests, and gomonkey needs to disable function inlining. So I must run ginkgo like this.
$ gingko -gcflags=all=-l
Tried the build tags option, which will generate command line like this.
$ gingko --tags=-gcflags=all=-l
I'd like to be able to do this so I can specify --label-filter when debugging shared code like in SynchronizedBeforeSuite.
--label-filter
SynchronizedBeforeSuite
I'm using gomonkey with ginkgo to write unittests, and gomonkey needs to disable function inlining. So I must run ginkgo like this.
Tried the build tags option, which will generate command line like this.