зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1528361 - Avoid unnecessary error message from Android marionette/wpt tests when profile is missing r=bc
Differential Revision: https://phabricator.services.mozilla.com/D20739 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
3a7077ca85
Коммит
b994aed230
|
@ -187,7 +187,7 @@ class Device(object):
|
||||||
self.app_ctx.cleanup_profile()
|
self.app_ctx.cleanup_profile()
|
||||||
|
|
||||||
# Remove the test profile
|
# Remove the test profile
|
||||||
self.device.rm(self.app_ctx.remote_profile, recursive=True)
|
self.device.rm(self.app_ctx.remote_profile, force=True, recursive=True)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print("cleanup aborted: %s" % str(e))
|
print("cleanup aborted: %s" % str(e))
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче