MobileNativeFoundation / bluepill

Bluepill is a reliable iOS testing tool that runs UI tests using multiple simulators on a single machine
BSD 2-Clause "Simplified" License
3.19k stars 232 forks source link

Fix wrong exit status #338

Closed ob closed 5 years ago

ob commented 5 years ago

When a test crashed and then passed in a retry, bp was still reporting the crash in the exit status. This fixes it.