-
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
No detailed log output after run go test #667
Comments
I found it works on linux os ,but doesnot work on macos with m1 |
I found the reason why the reuslt was not my expect, cause i used github.com/glycerine/goconvey instead goconvey in my project. |
Yes, this is a bug. I have debugged it for a long time, if using "go test -v", it works, but when running the compiled test file, it does not work, and I already add "-test.v" when compiling. |
my testcase:
after run
go test ./... -v
, the output as below:expected:
The text was updated successfully, but these errors were encountered: