Allow user-defined testargs from env variable
Closed this issue · 1 comments
jdoklovic commented
I use LiteIde and need to pass build tags to the test commands via the -tags option.
This works for everything except the FileTest command since it's using gotools gotest which just hardcodes the testargs.
It would be better if it had default options but let the user override them with a TESTARGS environment variable.