google / mobly

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

Use an empty string as the default TestRunConfig.log_path. This fixes… #680

Closed dthkao closed 3 years ago

dthkao commented 4 years ago

… an issue When using the --list_tests flag. In that codepath os.path.join is called on this value which has not been set by a TestRunner, resulting in the error.


This change is Reviewable

xpconanfan commented 3 years ago

Fixed in another PR