diff --git a/test/cli.go b/test/cli.go index 1c47c65..2eadfa8 100644 --- a/test/cli.go +++ b/test/cli.go @@ -29,4 +29,5 @@ func main() { fmt.Fprintf(os.Stderr, "%d FAILED tests\n", failed) os.Exit(1) } + fmt.Fprintf(os.Stdout, "SUCCESS: no cli tests failed") }