diff --git a/tests/system/suite_qtquick/tst_qml_editor/test.py b/tests/system/suite_qtquick/tst_qml_editor/test.py
index 624705285fddab1a612aff3d10641c00ec0fc348..1b01c3fc00e1aecaca9b033e58b57c6ca85ce86d 100644
--- a/tests/system/suite_qtquick/tst_qml_editor/test.py
+++ b/tests/system/suite_qtquick/tst_qml_editor/test.py
@@ -23,6 +23,7 @@ def main():
     testRenameId()
     testFindUsages()
     testHovering()
+    test.log("Test finished")
     invokeMenuItem("File", "Exit")
 
 def prepareTemplate(sourceExample):