Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Commit

Permalink
Bug 1205394 - Set MOZ_CRASHREPORTER_NO_REPORT in environment to suppr…
Browse files Browse the repository at this point in the history
…ess crashreporter ui, r=gbrown.
  • Loading branch information
bclary committed Sep 16, 2015
1 parent 05a0a0b commit aacba4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phonetest.py
Expand Up @@ -424,6 +424,7 @@ def environment(self):
# https://developer.mozilla.org/en-US/docs/Environment_variables_affecting_crash_reporting
self._environment = {
'MOZ_CRASHREPORTER': '1',
'MOZ_CRASHREPORTER_NO_REPORT': '1',
'MOZ_CRASHREPORTER_SHUTDOWN': '1',
'MOZ_DISABLE_NONLOCAL_CONNECTIONS': '1',
'NO_EM_RESTART': '1',
Expand Down

0 comments on commit aacba4b

Please sign in to comment.