gojuno / composer

Reactive Android Instrumentation Test Runner. Archived. Marathon is recommended as an alternative (https://github.com/Malinskiy/marathon).
Apache License 2.0
544 stars 45 forks source link

Detect when `am instrument` prints it's help manual and fail eagerly with a useful message #108

Open trevjonez opened 7 years ago

trevjonez commented 7 years ago

Currently if the help manual prints we will be stuck at Starting tests... leaving us without any actionable feedback. It should be possible to detect when this occurs and fail eagerly with the exact invocation passed to the command allowing the users to provide more valuable feedback to this repo.