Descriptioninstrumentation tests: Stop passing a generator to posixpath.join()
Commit d4d66d4d ("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.
R=jbudorick@chromium.org
Committed: https://crrev.com/37ac2516dde8b3fb2647880c406961a9cf052c65
Cr-Commit-Position: refs/heads/master@{#420101}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|