diff --git a/captain.go b/captain.go index a2b5034..a0062f3 100644 --- a/captain.go +++ b/captain.go @@ -156,7 +156,7 @@ func Test(opts BuildOptions) { res := execute("bash", "-c", value) if res != nil { err("Test execution returned non-zero status") - return + os.Exit(ExecuteFailed) } } }