mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 12:50:09 +00:00
Bug 1214812 - [mozdevice] - adb_android.py - fix missing test_root argument to ADBAndroid, r=gbrown.
This commit is contained in:
parent
9115f85f5d
commit
98b2574861
@ -75,6 +75,7 @@ class ADBAndroid(ADBDevice):
|
||||
"""
|
||||
ADBDevice.__init__(self, device=device, adb=adb,
|
||||
adb_host=adb_host, adb_port=adb_port,
|
||||
test_root=test_root,
|
||||
logger_name=logger_name, timeout=timeout,
|
||||
verbose=verbose,
|
||||
device_ready_retry_wait=device_ready_retry_wait,
|
||||
|
Loading…
x
Reference in New Issue
Block a user