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

fix: properly parse resume prefix for gotest 1.20 #170

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

sdowell
Copy link
Contributor

@sdowell sdowell commented Sep 21, 2023

gotest 1.20 replaced the CONT prefix with NAME. This updates the gotest parsing logic to support the new output format.

See: https://go-review.git.corp.google.com/c/go/+/443596

Fixes: #169

gotest 1.20 replaced the CONT prefix with NAME. This updates the gotest
parsing logic to support the new output format.

See: https://go-review.git.corp.google.com/c/go/+/443596
@sdowell
Copy link
Contributor Author

sdowell commented Sep 21, 2023

@jstemmer PTAL

@EricTendian
Copy link

@jstemmer Would you be able to please take a look at this soon? We're trying to use this CLI but this is a big problem for us, and trying to use a fork is quite involved. 😄

@jstemmer jstemmer merged commit a24b123 into jstemmer:master Oct 18, 2023
3 checks passed
@jstemmer
Copy link
Owner

Thanks!

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

Successfully merging this pull request may close these issues.

gotest output from 1.20+ is not properly parsed
3 participants