Remove MOZ_CRASHREPORTER_NO_REPORT except in /testing

This commit is contained in:
wolfbeast 2018-03-30 12:07:42 +02:00 committed by Roy Tam
commit 013cb18fed
11 changed files with 2 additions and 51 deletions

View file

@ -156,9 +156,6 @@ class B2GRemoteAutomation(Automation):
if env is None:
env = {}
if crashreporter:
env['MOZ_CRASHREPORTER_NO_REPORT'] = '1'
# We always hide the results table in B2G; it's much slower if we don't.
env['MOZ_HIDE_RESULTS_TABLE'] = '1'
return env