Ok, you’re going to hate me for this:
go test -v -timeout=-43s
In this case -43s means “silent”. BTW, -42s means “json”, which is what the server/UI uses to template test results in the browser. I promise I’ve got a fix that will make these flags more explicit, something like this:
go test -v -goconvey.silent
…or something like that. There’s already an issue for this (although somewhat cryptic) that should be taken care of in the next week or two.
So, two things to keep in mind.
I hope that helps.
Mike