This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
instrumentation tests: Stop passing a generator to posixpath.join()
> Commit d4d66d4 ("Reland #2: Move side-loaded test data /sdcard -> > /sdcard/gtestdata") introduced a regression in > LocalDeviceInstrumentationTestRun.substitute_device_root() when it's > passed a list: the posixpath.join() call ends up receiving a generator > instead of multiple arguments. > > This means the call will return a generator instead of 'foo/bar/baz', > which is not what's intended. > > [email protected] > Review-Url: https://codereview.chromium.org/2360693002
- Loading branch information