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>
9 lines
746 B
Plaintext
9 lines
746 B
Plaintext
##teamcity[testSuiteStarted name='tst_FetchBogus' flowId='tst_FetchBogus']
|
|
##teamcity[testStarted name='initTestCase()' flowId='tst_FetchBogus']
|
|
##teamcity[testFinished name='initTestCase()' flowId='tst_FetchBogus']
|
|
##teamcity[testStarted name='fetchBogus(foo)' flowId='tst_FetchBogus']
|
|
##teamcity[testFailed name='fetchBogus(foo)' message='Failure! |[Loc: Unknown file(57)|]' details='Received a fatal error.' flowId='tst_FetchBogus']
|
|
##teamcity[testStdOut name='fetchBogus(foo)' out='QFATAL: QFETCH: Requested testdata |'bubu|' not available, check your _data function.' flowId='tst_FetchBogus']
|
|
##teamcity[testFinished name='fetchBogus(foo)' flowId='tst_FetchBogus']
|
|
##teamcity[testSuiteFinished name='tst_FetchBogus' flowId='tst_FetchBogus']
|