You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I was testing goleveldb, I used cd leveldb first, then allowed go test . -v the console would output the text of the test, but I used go test ./... -v , the test text will not appear immediately, only when I use ctrl+c, the test text will appear immediately
What did you expect to see?
go test ./... -v will also output in the console
The text was updated successfully, but these errors were encountered:
Go version
go version go1.23.0 linux/amd64
Output of
go env
in your module/workspace:What did you do?
go test ./... -v
What did you see happen?
When I was testing goleveldb, I used
cd leveldb
first, then allowedgo test . -v
the console would output the text of the test, but I usedgo test ./... -v
, the test text will not appear immediately, only when I usectrl+c
, the test text will appear immediatelyWhat did you expect to see?
go test ./... -v
will also output in the consoleThe text was updated successfully, but these errors were encountered: