Set status code if tests init command fails.

This commit is contained in:
go-jet 2024-02-01 17:46:11 +01:00
parent 1cbbf495db
commit 23cb5dcfbc

View file

@ -78,6 +78,7 @@ func main() {
if err != nil { if err != nil {
fmt.Println(errfmt.Trace(err)) fmt.Println(errfmt.Trace(err))
os.Exit(1)
} }
} }