DescriptionDeviceUtils: Fix a couple of corner-cases when wrapping commands.
DeviceUtils.RunShellCommand() was missing ()s when wrapping, causing
commands containing ;s to not work properly.
AdbWrapper.py was missing a space after ()s, causing an error when the
wrapped command begins with a (. This is because (( != ( (.
BUG=
Committed: https://crrev.com/c4d22ef711dee64e24e805eb6fe30c1121fc7178
Cr-Commit-Position: refs/heads/master@{#351412}
Patch Set 1 #
Total comments: 1
Patch Set 2 : rebase #
Depends on Patchset: Messages
Total messages: 8 (3 generated)
|