From fbd6acedac8e1f4ee624cb713055fcad1ceabf96 Mon Sep 17 00:00:00 2001 From: Borgar Ovsthus Date: Wed, 6 Jan 2016 18:20:29 +0100 Subject: Add TeamCity logging feature to testlib This allows TeamCity to parse realtime test-results instead of using post-build XML Report Processing. This does not support logging of benchmarks. [ChangeLog][QTest] Added a new logging mode that allow test-results to be parsed on-the-fly when using Jetbrains TeamCity as CI-server. This mode is enabled by using the -teamcity option on the command-line. Change-Id: Ie730beb643043eb0f448f99abe6c0b5ac48aaf03 Reviewed-by: Thiago Macieira --- tests/auto/testlib/selftests/expected_skipinitdata.teamcity | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/auto/testlib/selftests/expected_skipinitdata.teamcity (limited to 'tests/auto/testlib/selftests/expected_skipinitdata.teamcity') diff --git a/tests/auto/testlib/selftests/expected_skipinitdata.teamcity b/tests/auto/testlib/selftests/expected_skipinitdata.teamcity new file mode 100644 index 0000000000..02ac22017b --- /dev/null +++ b/tests/auto/testlib/selftests/expected_skipinitdata.teamcity @@ -0,0 +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'] -- cgit v1.2.3