test: refactor factory setup for coverage (#790)
* test: add git helper and guard annotations * chore: align release metadata with 0.40.0 * test: refactor factory setup for coverage
This commit is contained in:
6
cmd/bd/setup/exit.go
Normal file
6
cmd/bd/setup/exit.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package setup
|
||||
|
||||
import "os"
|
||||
|
||||
// setupExit is used by setup commands to exit the process. Tests can stub this.
|
||||
var setupExit = os.Exit
|
||||
Reference in New Issue
Block a user