aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_CCOM/tst_CCOM01/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/suite_CCOM/tst_CCOM01/test.py')
-rwxr-xr-xtests/system/suite_CCOM/tst_CCOM01/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_CCOM/tst_CCOM01/test.py b/tests/system/suite_CCOM/tst_CCOM01/test.py
index b8a02903f0..e65bfd737b 100755
--- a/tests/system/suite_CCOM/tst_CCOM01/test.py
+++ b/tests/system/suite_CCOM/tst_CCOM01/test.py
@@ -59,7 +59,7 @@ def main():
# try to build project
test.log("Testing build configuration: " + config)
invokeMenuItem("Build", "Build All")
- waitForSignal("{type='ProjectExplorer::BuildManager' unnamed='1'}", "buildQueueFinished(bool)")
+ waitForCompile()
# verify build successful
ensureChecked(waitForObject(":Qt Creator_CompileOutput_Core::Internal::OutputPaneToggleButton"))
compileOutput = waitForObject(":Qt Creator.Compile Output_Core::OutputWindow")