forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -165,7 +165,7 @@ def main():
|
|||||||
startQC()
|
startQC()
|
||||||
if not startedWithoutPluginError():
|
if not startedWithoutPluginError():
|
||||||
return
|
return
|
||||||
createProject_Qt_GUI(srcPath, projectName, addToVersionControl = "Git")
|
createProject_Qt_GUI(srcPath, projectName, addToVersionControl = "Git", buildSystem = "qmake")
|
||||||
openVcsLog()
|
openVcsLog()
|
||||||
vcsLog = waitForObject("{type='Core::OutputWindow' unnamed='1' visible='1' "
|
vcsLog = waitForObject("{type='Core::OutputWindow' unnamed='1' visible='1' "
|
||||||
"window=':Qt Creator_Core::Internal::MainWindow'}").plainText
|
"window=':Qt Creator_Core::Internal::MainWindow'}").plainText
|
||||||
|
Reference in New Issue
Block a user