GoConvey does not support 'Go test-gcflags "all= -n-l "'
I want to run GomonKey on GoConvey, but GoConvey doesn't support 'Go Test-GCFLAGS "all= -N-L "', so I hope it does
I think you can do this with https://github.com/smartystreets/goconvey/wiki/Profiles
I think you can do this with https://github.com/smartystreets/goconvey/wiki/Profiles
@riannucci but this way need create config file in any test package, right? Is there any a global way?
I think you can do this with https://github.com/smartystreets/goconvey/wiki/Profiles
Seems this profile only applies to the same folder.
In my case, we are using gomonkey in lots of packages, so I have to create a tons of .goconvey everywhere...
I think you can do this with https://github.com/smartystreets/goconvey/wiki/Profiles
@riannucci hi, is there any a global way please?
I have added a PR to add global profile, cloud you please help to merge it and add a new release, thanks
https://github.com/smartystreets/goconvey/pull/663
i create a main.goconvey in the /root path,the content of it is -gcflags="all=-l -N",but it can not recognize the failed what excepted; why?
fk.goconvey -gcflags=-N -l
the command line argument that is -gcflags=-l(below go1.10) or -gcflags=all=-l(go1.10 and above).