google / mobly

E2E test framework for tests with complex environment requirements.
https://github.com/google/mobly
Apache License 2.0
621 stars 174 forks source link

Log the command execution result in utils.run_command #917

Closed mhaoli closed 2 months ago

mhaoli commented 2 months ago

We can log the command execution result in each call of utils.run_command.

With this, we no longer need to print them in adb module.


This change is Reviewable

mhaoli commented 2 months ago

Fixing format problem in #918

xpconanfan commented 2 months ago

CI failing?

mhaoli commented 2 months ago

CI failing is caused by pyink format problem. Fixing it in #918, let's submit it first.