Build script interaction and testFailed Permanently deleted user Created March 16, 2008 18:03 When using the testFailed (or testStdOut/testStdErr) is there any way to include a new line in the details?Thanks in advance,Glen
Hello,
Escaping described in this document:
http://www.jetbrains.net/confluence/display/TCD3/BuildScriptInteractionwithTeamCity#BuildScriptInteractionwithTeamCity-servMsgs
For new line you should use: '|n'
--
Pavel Sher
Software Developer
JetBrains, Inc.
http://www.jetbrains.com
"Develop with pleasure!"
"Glen Gibb" <no_reply@jetbrains.com> wrote in message
news:9583467.3471205690661553.JavaMail.jive@app4.labs.intellij.net...
>
Thanks Pavel,
I was looking at that page but somehow overlooked that section.
It works great!
Glen