You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* hold cleanup until procKilledCh signal
* signal to procKilledChan in existing deferred func
* without this can't exit when non zero exit code
it seems like `os.Exit(state.ExitCode())` belongs here... but unclear on intent of `e.config.Build.Rerun`
This at least lets you ctrl+c out of error condition instead of killing pid via external means.
* Revert "without this can't exit when non zero exit code"
This reverts commit fec348c.
* use cleanup
* fix test case rerun
* upgrade gomod version
* remove unused `WaitGroup`
---------
Co-authored-by: Seth Brasile <seth.brasile@gmail.com>
0 commit comments