Add Raven context to RfC show

This commit is contained in:
Sebastian Serth
2020-10-27 23:47:13 +01:00
parent d53501af6c
commit a47ce7d069

View File

@ -40,7 +40,7 @@
- output_runs.each do |testrun|
- output = testrun.try(:output)
- if output
- puts output
- Raven.extra_context(output: output)
- begin
- Timeout::timeout(2) do
// (?:\\"|.) is required to correctly identify " within the output.