From 23f83e405b566005074fe7a17bebd0be20c3115c Mon Sep 17 00:00:00 2001 From: Joel Maher Date: Wed, 3 Oct 2012 11:07:31 -0400 Subject: [PATCH] Bug 797112 - we have a call to dm.checkCmd and that api doesn't exist anymore. r=wlach --- testing/mochitest/runtestsremote.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/mochitest/runtestsremote.py b/testing/mochitest/runtestsremote.py index fa78b7736ed7..6ddba0963137 100644 --- a/testing/mochitest/runtestsremote.py +++ b/testing/mochitest/runtestsremote.py @@ -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