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 4e44630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion lib/xcpretty/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module XCPretty
VERSION = "0.3.0"
VERSION = "0.3.1"
end

0 comments on commit 4e44630

Please sign in to comment.