diff --git a/cmd/godog/main.go b/cmd/godog/main.go index 5e1c97f..2ac6adc 100644 --- a/cmd/godog/main.go +++ b/cmd/godog/main.go @@ -6,14 +6,12 @@ import ( "os" "os/exec" "path/filepath" - "regexp" "syscall" "github.com/DATA-DOG/godog" "github.com/DATA-DOG/godog/colors" ) -var statusMatch = regexp.MustCompile("^exit status (\\d+)") var parsedStatus int func buildAndRun() (int, error) {