Skip to content

Commit f77f1f2

Browse files
committed
Change skip to show failure
1 parent 61f4b59 commit f77f1f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CodewarsReporter.cfc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ 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" ) );
59-
print.line( prependLF( "<ERROR::>Test skipped" ) );
58+
print.line( prependLF( "<FAILED::>Test Skipped" ) );
6059
} else if ( local.thisSpec.status == "error" ) {
6160
print.line( prependLF( "<ERROR::>#escapeLF( local.thisSpec.error.message )#" ) );
6261

0 commit comments

Comments
 (0)