Skip to content

Commit 61f4b59

Browse files
committed
Still fail on skip
1 parent dc3b254 commit 61f4b59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CodewarsReporter.cfc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ component {
5555
} else if ( local.thisSpec.status == "failed" ) {
5656
print.line( prependLF( "<FAILED::>#escapeLF( local.thisSpec.failMessage )#" ) );
5757
} else if ( local.thisSpec.status == "skipped" ) {
58-
print.line( prependLF( "<LOG::>Skipped" ) );
58+
print.line( prependLF( "<LOG::>Skipped" ) );
59+
print.line( prependLF( "<ERROR::>Test skipped" ) );
5960
} else if ( local.thisSpec.status == "error" ) {
6061
print.line( prependLF( "<ERROR::>#escapeLF( local.thisSpec.error.message )#" ) );
6162

0 commit comments

Comments
 (0)