From e7f314e02ae61eb6bf82ced693516ce1f468bcb7 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Wed, 23 Mar 2022 11:06:36 +0100 Subject: [PATCH] Squish: Fix local git test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- tests/system/suite_tools/tst_git_local/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system/suite_tools/tst_git_local/test.py b/tests/system/suite_tools/tst_git_local/test.py index 8208cf5e0ab..611f7c69538 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