-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/dist: No way to run verbose / for tests #39714
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
Comments
Change https://golang.org/cl/239077 mentions this issue: |
Um... Why use |
Because they fail due to the use of an internal package:
I would much prefer to be able to use go test directly, so if I've missed something and its possible, I would love to know. |
Are you using a |
@stevenh That shouldn't happen. Check that the For me:
|
Yes of course, totally obvious now you mentioned it, clearly hadn't had enough coffee today. Either resetting |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Tried to run tests pkg with verbose and force e.g.
./run.bash -run=net/http -v -count=1
What did you expect to see?
The
net/http
always run with verbose enabled.What did you see instead?
The following error when run with
-count=1
flag provided but not defined: -count
No verbose details from the tests from
-v
The text was updated successfully, but these errors were encountered: