aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_debugger
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2018-05-04 13:34:38 +0200
committerRobert Loehning <robert.loehning@qt.io>2018-05-08 09:06:02 +0000
commit5a54a813d36b96ee927c9345aa244b995714797b (patch)
treed265dda7f0db7b40f57e281859555da8282e0d53 /tests/system/suite_debugger
parent06c2e693015c01954038f7a85523eb5f226fccf6 (diff)
Squish: Remove code for querying information about Qt
Task-number: QTCREATORBUG-20337 Change-Id: Ib99d3bb45297b766ac1797a2a364350d96ce0056 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests/system/suite_debugger')
-rw-r--r--tests/system/suite_debugger/tst_simple_analyze/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_debugger/tst_simple_analyze/test.py b/tests/system/suite_debugger/tst_simple_analyze/test.py
index c366d535bc8..919672f667c 100644
--- a/tests/system/suite_debugger/tst_simple_analyze/test.py
+++ b/tests/system/suite_debugger/tst_simple_analyze/test.py
@@ -67,7 +67,7 @@ def performTest(workingDir, projectName, targetCount, availableConfigs):
# switching from MSVC to MinGW build will fail on the clean step of 'Rebuild All' because
# of differences between MSVC's and MinGW's Makefile (so clean before switching kits)
invokeMenuItem('Build', 'Clean Project "%s"' % projectName)
- qtVersion = verifyBuildConfig(targetCount, kit, config, True, True, True)[0]
+ qtVersion = verifyBuildConfig(targetCount, kit, config, True, True, True)
test.log("Selected kit using Qt %s" % qtVersion)
# explicitly build before start debugging for adding the executable as allowed program to WinFW
invokeMenuItem("Build", "Rebuild All")