8f03656211
Added flowId='name' to each message when using TeamCity logging format. This is necessary to distinguish separate processes running in parallel. [ChangeLog][QtTest] Added flowId to messages when logging in TeamCity format. FlowId is used to distinguish logging from multiple processes running in parallel. Change-Id: I7f5046c1058ff02770404caa2c9b3a5398f97f6b Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
10 lines
692 B
Plaintext
10 lines
692 B
Plaintext
##teamcity[testSuiteStarted name='FindTestData' flowId='FindTestData']
|
|
##teamcity[testStarted name='initTestCase()' flowId='FindTestData']
|
|
##teamcity[testFinished name='initTestCase()' flowId='FindTestData']
|
|
##teamcity[testStarted name='paths()' flowId='FindTestData']
|
|
##teamcity[testStdOut name='paths()' out='WARNING |[Loc: findtestdata.cpp(146)|]: testdata testfile could not be located!' flowId='FindTestData']
|
|
##teamcity[testFinished name='paths()' flowId='FindTestData']
|
|
##teamcity[testStarted name='cleanupTestCase()' flowId='FindTestData']
|
|
##teamcity[testFinished name='cleanupTestCase()' flowId='FindTestData']
|
|
##teamcity[testSuiteFinished name='FindTestData' flowId='FindTestData']
|