forked from qt-creator/qt-creator
Squish: Fix expected string
Capitalization has changed. Change-Id: Icbfa295beab27c1cfb2ec1ae6198784f134563a6 Reviewed-by: Robert Loehning <robert.loehning@qt.io>
This commit is contained in:
committed by
Robert Loehning
parent
5c30f00ac4
commit
dfdfff2148
@@ -85,7 +85,7 @@ def prepareBuildSettings(targetCount, currentTarget, setReleaseBuild=True, disab
|
||||
def switchToBuildOrRunSettingsFor(targetCount, currentTarget, projectSettings):
|
||||
def kitIsActivated(kit):
|
||||
return not (str(kit.toolTip).startswith("<h3>Click to activate:</h3>")
|
||||
or str(kit.toolTip).startswith("<h3>Kit is unsuited for Project</h3>"))
|
||||
or str(kit.toolTip).startswith("<h3>Kit is unsuited for project</h3>"))
|
||||
|
||||
try:
|
||||
treeView = waitForObject(":Projects.ProjectNavigationTreeView")
|
||||
|
Reference in New Issue
Block a user