skelterjohn/go-gb

Feature Request: Pass custom flags to test code

awreece opened this issue · 1 comments

It would be nice to be able to pass custom flags to testing code.

For example, the equivalent of the follwoing would be nice

gb -t --logfile=test.log

added --testargs. anything following --testargs is passed directly to the test binary, and otherwise ignored by gb.