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

cmd/go: test doesn't know about -toolexec #10504

Closed
rsc opened this issue Apr 20, 2015 · 1 comment
Closed

cmd/go: test doesn't know about -toolexec #10504

rsc opened this issue Apr 20, 2015 · 1 comment
Milestone

Comments

@rsc
Copy link
Contributor

rsc commented Apr 20, 2015

More generally, there is too much duplication between addBuildFlags and the test command line parser, not just the flag names but also their implementations. The parser should look up flags in a flag set and invoke any flags found that way. Then only special flags need to be handled specially.

@rsc rsc added this to the Go1.5 milestone Apr 20, 2015
@gopherbot
Copy link

CL https://golang.org/cl/12170 mentions this issue.

@rsc rsc closed this as completed in b5bc87c Jul 15, 2015
@golang golang locked and limited conversation to collaborators Jul 18, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants