Skip to content

Commit

Permalink
Ensure tc messages to be in it's own line
Browse files Browse the repository at this point in the history
  • Loading branch information
raniejade committed Aug 20, 2017
1 parent f04d96b commit 508962d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ private fun String.toTcSafeString(): String {
}

private fun out(event: String) {
/* ensure ##teamcity has it's own line*/
println()
println("##teamcity[$event]")
}

0 comments on commit 508962d

Please sign in to comment.