-
Notifications
You must be signed in to change notification settings - Fork 207
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
Introduce puku and sync go.mod #2977
base: master
Are you sure you want to change the base?
Conversation
5429975
to
f9a539b
Compare
@@ -30,7 +38,7 @@ func parseGoTestResults(data []byte) (core.TestSuite, error) { | |||
suite := core.TestSuite{ | |||
Package: pkg.Name, | |||
Duration: pkg.Duration, | |||
Properties: pkg.Properties, | |||
Properties: propertiesToMap(pkg.Properties), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Semver people! -.-
go_repo( | ||
licences = ["ISC"], | ||
module = "github.com/davecgh/go-spew", | ||
version = "v1.1.1", | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we weren't applying the spew patch?
This issue has been automatically marked as stale because it has not had any recent activity in the past 90 days. It will be closed if no further activity occurs. If you require additional support, please reply to this message. Thank you for your contributions. |
I've deleted the glog patch which was meant to squelch some verbose logging from the rex sdk. The patch no longer applies, and looking at the repo, it's changed quite drastically. I've tested by running a remote build and I don't see any spurious log lines in the build.log.