зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1104742 - Marionette runner should cleanup marionette objects when gc'ed, r=AutomatedTester
--HG-- extra : rebase_source : 8a869167794d3bb439d167f4d29ceb8c820a5ebf
This commit is contained in:
Родитель
fc17106cf0
Коммит
277bba36b7
|
@ -942,6 +942,9 @@ setReq.onerror = function() {
|
|||
if self.httpd:
|
||||
self.httpd.stop()
|
||||
|
||||
if self.marionette:
|
||||
self.marionette.cleanup()
|
||||
|
||||
__del__ = cleanup
|
||||
|
||||
def generate_xml(self, results_list):
|
||||
|
|
Загрузка…
Ссылка в новой задаче