.net - TeamCity service message block error in build log -


i use following code in nunit write teamcity's build log.

console.writeline("##teamcity[blockopened name='arrange']") console.writeline("##teamcity[teststep name='step 1 : arrange export manager'") console.writeline("##teamcity[teststep name='step 2 : arrange object exported'") console.writeline("##teamcity[teststep name='step 3 : export object exported'") console.writeline("##teamcity[teststep name='step 4 : assert export worked'") console.writeline("##teamcity[teststep name='step 5 : arrange import manager'") console.writeline("##teamcity[blockclosed name='arrange']") 

and produces following in build log: enter image description here

any idea why there [test error output] message after block name ?


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -