looper
looper copied to clipboard
Add ability to pass arbitrary arguments to `go test`
Add ability to pass arbitrary arguments to go test
.
As to not interfere with the current looper
options you must prefix any go test
options with the double hyphen (--
), ala:
looper -debug -- -run MyTest
This really renders the -tags
flag obsolete as it has the same format in go test
; however removing it would be a breaking change for others.
Thanks. I've been meaning to add something like this, but I never settled on how it should work.
Sorry, I seem to have introduce some conflicts in master. Do you mind removing the extra verbosity and fixing the conflicts?
I do not mind, but will not be able to tackle it immediately.
— Sent from my mobile. Please excuse any spelling or grammar mistakes.
On Sun, Aug 23, 2015 at 6:06 PM, Nathan Youngman [email protected] wrote:
Sorry, I seem to have introduce some conflicts in master. Do you mind removing the extra verbosity and fixing the conflicts?
Reply to this email directly or view it on GitHub: https://github.com/nathany/looper/pull/26#issuecomment-133969421
Thanks.
is this anywhere close to happen in the near future? ;)