summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2016-03-17 10:22:47 +0100
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2016-03-17 17:29:14 +0000
commiteda675b688bac06d097a1e8e031cec98a054227e (patch)
treeb50b5338c4431c11d8164db6faa29f808c4f0f1a /tests/auto
parent74c202f913cc870459250b5ea9c45500e472fd20 (diff)
QtTest/generate_expected_output.py: Add TeamCity logging format.
Adapt the script to generate output for the new TeamCity format added by fbd6acedac8e1f4ee624cb713055fcad1ceabf96. Change-Id: I9435382ec3daf80428c324c58434aa951841bf08 Reviewed-by: Borgar Øvsthus <borgar.ovsthus@fmcti.com> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
Diffstat (limited to 'tests/auto')
-rwxr-xr-xtests/auto/testlib/selftests/generate_expected_output.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/testlib/selftests/generate_expected_output.py b/tests/auto/testlib/selftests/generate_expected_output.py
index 3aa8cdc984..aed8829ed6 100755
--- a/tests/auto/testlib/selftests/generate_expected_output.py
+++ b/tests/auto/testlib/selftests/generate_expected_output.py
@@ -34,7 +34,7 @@ import sys
import subprocess
import re
-formats = ['xml', 'txt', 'xunitxml', 'lightxml']
+formats = ['xml', 'txt', 'xunitxml', 'lightxml', 'teamcity']
qtver = subprocess.check_output(['qmake', '-query', 'QT_VERSION']).strip().decode('utf-8')
rootPath = os.getcwd()