mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 797112 - we have a call to dm.checkCmd and that api doesn't exist anymore. r=wlach
This commit is contained in:
parent
321c02a2e0
commit
e2dde9e46d
@ -199,6 +199,7 @@ class MochiRemote(Mochitest):
|
||||
self.remoteProfile = options.remoteTestRoot + "/profile"
|
||||
self._automation.setRemoteProfile(self.remoteProfile)
|
||||
self.remoteLog = options.remoteLogFile
|
||||
self.localLog = options.logFile
|
||||
|
||||
def cleanup(self, manifest, options):
|
||||
self._dm.getFile(self.remoteLog, self.localLog)
|
||||
@ -441,7 +442,7 @@ def main():
|
||||
options.extraPrefs.append('robocop.logfile="%s/robocop.log"' % deviceRoot)
|
||||
|
||||
if (options.dm_trans == 'adb' and options.robocopPath):
|
||||
dm.checkCmd(["install", "-r", os.path.join(options.robocopPath, "robocop.apk")])
|
||||
dm._checkCmd(["install", "-r", os.path.join(options.robocopPath, "robocop.apk")])
|
||||
|
||||
appname = options.app
|
||||
retVal = None
|
||||
|
Loading…
Reference in New Issue
Block a user