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