зеркало из https://github.com/mozilla/gecko-dev.git
Bug 826652 - Create the XML output path if it doesn't exist. r=jgriffin
This commit is contained in:
Родитель
475aa40555
Коммит
525f2b3c10
|
@ -368,6 +368,8 @@ class MarionetteTestRunner(object):
|
|||
print e
|
||||
|
||||
if self.xml_output:
|
||||
if not os.path.exists(os.path.dirname(self.xml_output)):
|
||||
os.makedirs(os.path.dirname(self.xml_output))
|
||||
with open(self.xml_output, 'w') as f:
|
||||
f.write(self.generate_xml(self.results))
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче