aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2022-03-23 11:06:36 +0100
committerChristian Stenger <christian.stenger@qt.io>2022-03-23 13:44:28 +0000
commite7f314e02ae61eb6bf82ced693516ce1f468bcb7 (patch)
tree72deec263304faeb30df2c65d7fb73017d3d4902
parent5b0b48177b49b8318576864673e9b0999ff3005c (diff)
Squish: Fix local git test
The test was written for a qmake based project. Explicitly use one as default build system has changed. Change-Id: Iccf5761915708dd66ba73aeda25ca6b61a8c0b99 Reviewed-by: Robert Löhning <robert.loehning@qt.io>
-rw-r--r--tests/system/suite_tools/tst_git_local/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_tools/tst_git_local/test.py b/tests/system/suite_tools/tst_git_local/test.py
index 8208cf5e0a..611f7c6953 100644
--- a/tests/system/suite_tools/tst_git_local/test.py
+++ b/tests/system/suite_tools/tst_git_local/test.py
@@ -165,7 +165,7 @@ def main():
startQC()
if not startedWithoutPluginError():
return
- createProject_Qt_GUI(srcPath, projectName, addToVersionControl = "Git")
+ createProject_Qt_GUI(srcPath, projectName, addToVersionControl = "Git", buildSystem = "qmake")
openVcsLog()
vcsLog = waitForObject("{type='Core::OutputWindow' unnamed='1' visible='1' "
"window=':Qt Creator_Core::Internal::MainWindow'}").plainText