google / mobly

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

Fix typo in run_command #809

Closed ghost closed 2 years ago

ghost commented 2 years ago

Currently, if there's a timeout, the cmd field of the exception is set to cwd, which results in messages like:

Command 'None' timed out after 20 seconds

when the cwd param isn't set.


This change is Reviewable

google-cla[bot] commented 2 years ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

For more information, open the CLA check for this pull request.