Verbose and Short flags not being respected

I am finding today that when I use -v and -short with go test the function calls testing.Verbose() and testing.Short() are always false. I have never seen this before and I am confused what I am missing here.

Can you post a minimal example?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.