skelterjohn / go-gb

A(nother) tool to build go projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Pass custom flags to test code

awreece opened this issue · 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.