Skip to content

Commit

Permalink
Fixed RESTARTING_TESTS_MATCHER
Browse files Browse the repository at this point in the history
  • Loading branch information
Theophane Rupin committed Dec 20, 2022
1 parent 4566043 commit c911bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/xcpretty/parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ module Matchers
UI_FAILING_TEST_MATCHER = /^\s{4}t = \s+\d+\.\d+s\s+Assertion Failure: (.*:\d+): (.*)$/

# @regex Captured groups
RESTARTING_TESTS_MATCHER = /^Restarting after unexpected exit or crash in.+$/
RESTARTING_TESTS_MATCHER = /^Restarting after unexpected exit, crash, or test timeout in.+$/

# @regex Captured groups
# $1 = dsym
Expand Down

0 comments on commit c911bda

Please sign in to comment.