Set status code if tests init command fails.
This commit is contained in:
parent
1cbbf495db
commit
23cb5dcfbc
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ func main() {
|
|||
|
||||
if err != nil {
|
||||
fmt.Println(errfmt.Trace(err))
|
||||
os.Exit(1)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue