Add Raven context to RfC show
This commit is contained in:
@ -40,7 +40,7 @@
|
|||||||
- output_runs.each do |testrun|
|
- output_runs.each do |testrun|
|
||||||
- output = testrun.try(:output)
|
- output = testrun.try(:output)
|
||||||
- if output
|
- if output
|
||||||
- puts output
|
- Raven.extra_context(output: output)
|
||||||
- begin
|
- begin
|
||||||
- Timeout::timeout(2) do
|
- Timeout::timeout(2) do
|
||||||
// (?:\\"|.) is required to correctly identify " within the output.
|
// (?:\\"|.) is required to correctly identify " within the output.
|
||||||
|
Reference in New Issue
Block a user