Skip to content

Commit

Permalink
Ld matcher: match relative paths too
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Grubb authored and steipete committed Apr 17, 2016
1 parent acc8ec9 commit 0c1850d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/xcpretty/parser.rb
Expand Up @@ -112,7 +112,7 @@ module Matchers
# $1 = target
# $2 = build_variants (normal, profile, debug)
# $3 = architecture
LINKING_MATCHER = /^Ld \/.*\/(.*) (.*) (.*)$/
LINKING_MATCHER = /^Ld (.*) (.*) (.*)$/

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

0 comments on commit 0c1850d

Please sign in to comment.