mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 10:10:46 +00:00
Merge pull request #110 from marcbonnici/kick_off
Target: Stopped `kick_off` raising an error if command didn't timeout
This commit is contained in:
commit
1ab8c25ff9
@ -882,8 +882,6 @@ class AndroidTarget(Target):
|
|||||||
output = self.execute(command, timeout=1, as_root=as_root)
|
output = self.execute(command, timeout=1, as_root=as_root)
|
||||||
except TimeoutError:
|
except TimeoutError:
|
||||||
pass
|
pass
|
||||||
else:
|
|
||||||
raise ValueError('Background command exited before timeout; got "{}"'.format(output))
|
|
||||||
|
|
||||||
def __setup_list_directory(self):
|
def __setup_list_directory(self):
|
||||||
# In at least Linaro Android 16.09 (which was their first Android 7 release) and maybe
|
# In at least Linaro Android 16.09 (which was their first Android 7 release) and maybe
|
||||||
|
Loading…
x
Reference in New Issue
Block a user