summaryrefslogtreecommitdiffstats
path: root/tools/scan-view/ScanView.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/scan-view/ScanView.py')
-rw-r--r--tools/scan-view/ScanView.py10
1 files changed, 7 insertions, 3 deletions
diff --git a/tools/scan-view/ScanView.py b/tools/scan-view/ScanView.py
index 98745eaa07..76a790dabc 100644
--- a/tools/scan-view/ScanView.py
+++ b/tools/scan-view/ScanView.py
@@ -62,9 +62,13 @@ kReportReplacements.append((re.compile('<!-- REPORTSUMMARYEXTRA -->'),
# Insert report crashes link.
-kReportReplacements.append((re.compile('<!-- REPORTCRASHES -->'),
- '<br>These files will automatically be attached to ' +
- 'reports filed here: <a href="report_crashes">Report Crashes</a>.'))
+# Disabled for the time being until we decide exactly when this should
+# be enabled. Also the radar reporter needs to be fixed to report
+# multiple files.
+
+#kReportReplacements.append((re.compile('<!-- REPORTCRASHES -->'),
+# '<br>These files will automatically be attached to ' +
+# 'reports filed here: <a href="report_crashes">Report Crashes</a>.'))
###
# Other simple parameters