1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 19:01:15 +01:00
workload-automation/wlauto/devices
Sebastian Goscik ef61f16896 AndroidDevice: Fixed screen lock disable
Due to the previous commits, this command no longer works properly.

It turns out there is an issue with using multiple levels of escaping.
It seems that bash handles the backslashes and single quotes separately
incorrectly processing our escaping. To get around this we are writing the
sqlite command to a shell script file and running that.

This seems to be the only case in WA at the moment that requires this,
if more show up/when WA moves to devlib it should use the devlib shutil
mechanism.
2016-05-10 09:27:42 +01:00
..
android AndroidDevice: Fixed screen lock disable 2016-05-10 09:27:42 +01:00
linux Removing hard-coded abi from generic_linux devices 2016-02-02 09:29:22 +00:00
__init__.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00