testing: -run empty regex for first test not working #30767
Closed
Labels
Comments
closing. as in my case i dont have any top level tests. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
dont know
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
trying to use empty regex for begining of subtest path
What did you expect to see?
with empty regex, the test should be run
What did you see instead?
with empty regex, it says "no tests to run"
with non empty regex, it runs the test
The text was updated successfully, but these errors were encountered: