summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_skipinitdata.teamcity
diff options
context:
space:
mode:
authorBorgar Ovsthus <borgar.ovsthus@fmcti.com>2017-08-02 18:48:14 +0200
committerJędrzej Nowacki <jedrzej.nowacki@qt.io>2017-08-04 18:48:48 +0000
commit8f036562119dd35ce51dc9230304d893b906bd37 (patch)
treec8c916356ce7c7f008f1d57ae6365ceb9c14b209 /tests/auto/testlib/selftests/expected_skipinitdata.teamcity
parent230c293f2089ac90e9373d8f92777b3fdb193b6a (diff)
Add flowId to messages when logging in TeamCity format
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>
Diffstat (limited to 'tests/auto/testlib/selftests/expected_skipinitdata.teamcity')
-rw-r--r--tests/auto/testlib/selftests/expected_skipinitdata.teamcity6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/testlib/selftests/expected_skipinitdata.teamcity b/tests/auto/testlib/selftests/expected_skipinitdata.teamcity
index 02ac22017b..82b8be5370 100644
--- a/tests/auto/testlib/selftests/expected_skipinitdata.teamcity
+++ b/tests/auto/testlib/selftests/expected_skipinitdata.teamcity
@@ -1,3 +1,3 @@
-##teamcity[testSuiteStarted name='tst_SkipInitData']
-##teamcity[testIgnored name='initTestCase()' message='Skip inside initTestCase_data. This should skip all tests in the class. |[Loc: tst_skipinitdata.cpp(48)|]']
-##teamcity[testSuiteFinished name='tst_SkipInitData']
+##teamcity[testSuiteStarted name='tst_SkipInitData' flowId='tst_SkipInitData']
+##teamcity[testIgnored name='initTestCase()' message='Skip inside initTestCase_data. This should skip all tests in the class. |[Loc: tst_skipinitdata.cpp(48)|]' flowId='tst_SkipInitData']
+##teamcity[testSuiteFinished name='tst_SkipInitData' flowId='tst_SkipInitData']