Skip to content

Commit 9392991

Browse files
committed
Dangerfile: filter out component versions from a robotframework report.
1 parent e15b9f8 commit 9392991

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dangerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,7 @@ else
616616
suite = suite.parent
617617
end
618618
msg = node.text.sub(/\.$/, '')
619+
msg = msg.split(/\n/).delete_if {|el| el =~ /^(Build|System|Driver) info:/}.join("\n")
619620
file = suite['source'].sub(pwd, '')
620621
file = github.html_link(file)
621622
testcase = node.parent['name']

0 commit comments

Comments
 (0)