зеркало из https://github.com/mozilla/pjs.git
Bug 715408 - Delete any existing remote profile before running mochitest-remote; r=jmaher
This commit is contained in:
Родитель
d3689b9c82
Коммит
d283526336
|
@ -280,6 +280,7 @@ class MochiRemote(Mochitest):
|
|||
def buildProfile(self, options):
|
||||
manifest = Mochitest.buildProfile(self, options)
|
||||
self.localProfile = options.profilePath
|
||||
self._dm.removeDir(self.remoteProfile)
|
||||
if self._dm.pushDir(options.profilePath, self.remoteProfile) == None:
|
||||
raise devicemanager.FileError("Unable to copy profile to device.")
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче