-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GoConvey does not support 'Go test-gcflags "all= -n-l "' #620
Comments
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? |
Seems this profile only applies to the same folder. |
@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 |
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 the command line argument that is -gcflags=-l(below go1.10) or -gcflags=all=-l(go1.10 and above). |
I want to run GomonKey on GoConvey, but GoConvey doesn't support 'Go Test-GCFLAGS "all= -N-L "', so I hope it does
The text was updated successfully, but these errors were encountered: