Skip to content

Commit

Permalink
Fail build on failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
artemnikitin committed Apr 10, 2017
1 parent 883264a commit ab2c46b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ func runJob(client *devicefarm.DeviceFarm, config *model.RunConfig) {
for i := 0; i < len(fails); i++ {
fmt.Println(fails[i].ToString())
}
os.Exit(1)
}
}
}
Expand Down

0 comments on commit ab2c46b

Please sign in to comment.