Skip to content
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

Test duration parsing fails for >= go1.5 #439

Open
sridharv opened this issue Jul 21, 2016 · 0 comments
Open

Test duration parsing fails for >= go1.5 #439

sridharv opened this issue Jul 21, 2016 · 0 comments

Comments

@sridharv
Copy link

Post go 1.5 test error messages have the form:

=== RUN   Golang15
--- PASS: Golang15 (0.01s)

Currently the above test duration will be parsed as 0.00 instead of 0.01.

I've created pull request #438 which contains a fix for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant