Skip to content

Commit

Permalink
try fixing CI test reporter pt.2
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed Sep 27, 2023
1 parent 8b9f000 commit 617744d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ print_report spec config builder =
## If there are additional details, we print them as well.
builder.append '\n\n'
builder.append (escape_xml details)
builder.append '</failure>\n'
builder.append '\n </failure>\n'
Test_Result.Pending msg -> builder.append ('\n <skipped message="' + (escape_xml msg) + '"/>\n ')
builder.append '</testcase>\n'
builder.append ' </testcase>\n'
builder.append ' </testsuite>\n'

should_print_behavior = config.print_only_failures.not || spec.behaviors.any (b -> b.result.is_fail)
Expand Down

0 comments on commit 617744d

Please sign in to comment.