Bug 715408 - Delete any existing remote profile before running mochitest-remote; r=jmaher

This commit is contained in:
Geoff Brown 2012-01-06 08:37:54 -05:00
Родитель d3689b9c82
Коммит d283526336
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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.")