diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-03-30 08:50:58 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-03-30 08:50:58 +0200 |
commit | e8b3b3f3d62799223cdca448da00aed508f99294 (patch) | |
tree | 69c6e2296c4e183ecbe6cfd1e856619e3715ae01 /testing/marionette | |
parent | 688e98bc9bca36ea23162419dfabbd8f4ac5dba3 (diff) | |
download | aura-central-e8b3b3f3d62799223cdca448da00aed508f99294.tar.gz |
Remove base conditional code for crash reporter and injector.
Diffstat (limited to 'testing/marionette')
-rw-r--r-- | testing/marionette/client/marionette_driver/geckoinstance.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/marionette/client/marionette_driver/geckoinstance.py b/testing/marionette/client/marionette_driver/geckoinstance.py index 7e2048187..174168ed2 100644 --- a/testing/marionette/client/marionette_driver/geckoinstance.py +++ b/testing/marionette/client/marionette_driver/geckoinstance.py @@ -226,8 +226,7 @@ class GeckoInstance(object): # environment variables needed for crashreporting # https://developer.mozilla.org/docs/Environment_variables_affecting_crash_reporting - env.update({"MOZ_CRASHREPORTER": "1", - "MOZ_CRASHREPORTER_NO_REPORT": "1", + env.update({"MOZ_CRASHREPORTER_NO_REPORT": "1", "MOZ_CRASHREPORTER_SHUTDOWN": "1", }) |