mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +09:00
Remove MOZ_CRASHREPORTER_NO_REPORT except in /testing
This commit is contained in:
parent
434f3590e3
commit
013cb18fed
11 changed files with 2 additions and 51 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue