forked from qt-creator/qt-creator
Squish: Tiny update to tst_cli_output_console
Change-Id: I26409008831afb70031591a599e0fa3d47d05f38 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -57,7 +57,7 @@ def main():
|
||||
invokeMenuItem("File", "Save All")
|
||||
openDocument(project + "." + project + "\\.pro")
|
||||
proEditor = waitForObject(":Qt Creator_TextEditor::TextEditorWidget")
|
||||
test.verify("CONFIG += console" in str(proEditor.plainText), "Verifying that program is configured with console")
|
||||
test.verify("CONFIG += console" in str(proEditor.plainText), "Verifying that program is configured with console")
|
||||
|
||||
availableConfigs = iterateBuildConfigs(len(checkedTargets))
|
||||
if not availableConfigs:
|
||||
|
||||
Reference in New Issue
Block a user