1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-19 04:21:17 +00:00

Android device: correctly set busybox path

This commit is contained in:
Sergei Trofimov 2015-06-16 17:23:22 +01:00
parent b98b31a427
commit a1e99e5591

View File

@ -188,7 +188,7 @@ class AndroidDevice(BaseLinuxDevice): # pylint: disable=W0223
if not self.executable_is_installed('busybox'):
self.busybox = self.deploy_busybox(context)
else:
self.busybox = 'busybox'
self.busybox = self.path.join(self.binaries_directory, 'busybox')
self.disable_screen_lock()
self.disable_selinux()
if self.enable_screen_check: