looper icon indicating copy to clipboard operation
looper copied to clipboard

Add ability to pass arbitrary arguments to `go test`

Open ErebusBat opened this issue 9 years ago • 5 comments

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.

ErebusBat avatar Jun 15 '15 14:06 ErebusBat

Thanks. I've been meaning to add something like this, but I never settled on how it should work.

nathany avatar Jun 16 '15 04:06 nathany

Sorry, I seem to have introduce some conflicts in master. Do you mind removing the extra verbosity and fixing the conflicts?

nathany avatar Aug 24 '15 00:08 nathany

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

ErebusBat avatar Aug 24 '15 00:08 ErebusBat

Thanks.

nathany avatar Aug 24 '15 00:08 nathany

is this anywhere close to happen in the near future? ;)

dhax avatar Feb 18 '20 14:02 dhax