Bug 1285678 - Try to use adb root for emulator unit tests; r=jmaher

This commit is contained in:
Geoff Brown 2017-11-27 11:26:10 -07:00
parent 496421c17a
commit 182e07d640

View File

@ -377,7 +377,7 @@ class AndroidEmulatorTest(BlobUploadMixin, TestingMixin, EmulatorMixin, VCSMixin
def _restart_adbd(self):
self._run_with_timeout(30, [self.adb_path, 'kill-server'])
self._run_with_timeout(30, [self.adb_path, 'start-server'])
self._run_with_timeout(30, [self.adb_path, 'root'])
def _screenshot(self, prefix):
"""