forked from qt-creator/qt-creator
Squish: Adapt to changed menu entry
Change-Id: I4d3d49c4feb11cbdca9390748d99891928a35c00 Reviewed-by: Robert Loehning <robert.loehning@qt.io>
This commit is contained in:
committed by
Robert Loehning
parent
3621079f76
commit
87f9429807
@@ -85,7 +85,7 @@ def main():
|
||||
|
||||
test.log("Debugging application")
|
||||
isMsvc = isMsvcConfig(kit)
|
||||
invokeMenuItem("Debug", "Start Debugging", "Start debugging of \"%s\"" % project)
|
||||
invokeMenuItem("Debug", "Start Debugging", "Start debugging of startup project")
|
||||
handleDebuggerWarnings(config, isMsvc)
|
||||
ensureChecked(":Qt Creator_AppOutput_Core::Internal::OutputPaneToggleButton")
|
||||
outputWindow = waitForObject(":Qt Creator_Core::OutputWindow")
|
||||
|
Reference in New Issue
Block a user