From eda675b688bac06d097a1e8e031cec98a054227e Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 17 Mar 2016 10:22:47 +0100 Subject: QtTest/generate_expected_output.py: Add TeamCity logging format. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adapt the script to generate output for the new TeamCity format added by fbd6acedac8e1f4ee624cb713055fcad1ceabf96. Change-Id: I9435382ec3daf80428c324c58434aa951841bf08 Reviewed-by: Borgar Øvsthus Reviewed-by: Frederik Gladhorn --- tests/auto/testlib/selftests/generate_expected_output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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() -- cgit v1.2.3