summaryrefslogtreecommitdiffstats
path: root/build/mobile/b2gautomation.py
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-03-30 12:07:42 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-03-30 12:07:42 +0200
commit4e721d14cd374916bad653a97d0e19712fb40caa (patch)
tree773c4854c7c8e398b05895fdd63b1c00c536bc2a /build/mobile/b2gautomation.py
parent4e368f8199a61c6319621ad1b9d6c352f0319f41 (diff)
downloadUXP-4e721d14cd374916bad653a97d0e19712fb40caa.tar
UXP-4e721d14cd374916bad653a97d0e19712fb40caa.tar.gz
UXP-4e721d14cd374916bad653a97d0e19712fb40caa.tar.lz
UXP-4e721d14cd374916bad653a97d0e19712fb40caa.tar.xz
UXP-4e721d14cd374916bad653a97d0e19712fb40caa.zip
Remove MOZ_CRASHREPORTER_NO_REPORT except in /testing
Diffstat (limited to 'build/mobile/b2gautomation.py')
-rw-r--r--build/mobile/b2gautomation.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/build/mobile/b2gautomation.py b/build/mobile/b2gautomation.py
index e547bd6d2..a21809068 100644
--- a/build/mobile/b2gautomation.py
+++ b/build/mobile/b2gautomation.py
@@ -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