mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1141519: Don't switch to content scope for logging the test end; r=jgriffin
This commit is contained in:
parent
ec58c3a10f
commit
9fb78cddc9
@ -691,7 +691,6 @@ class MarionetteTestCase(CommonTestCase):
|
||||
|
||||
def tearDown(self):
|
||||
if not self.marionette.check_for_crash():
|
||||
self.marionette.set_context("content")
|
||||
self.marionette.clear_imported_scripts()
|
||||
self.marionette.execute_script("log('TEST-END: %s:%s')" %
|
||||
(self.filepath.replace('\\', '\\\\'), self.methodName))
|
||||
|
Loading…
Reference in New Issue
Block a user