aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_tools/tst_git_local/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/suite_tools/tst_git_local/test.py')
-rw-r--r--tests/system/suite_tools/tst_git_local/test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/system/suite_tools/tst_git_local/test.py b/tests/system/suite_tools/tst_git_local/test.py
index ab36b86b25..9ce9a0b316 100644
--- a/tests/system/suite_tools/tst_git_local/test.py
+++ b/tests/system/suite_tools/tst_git_local/test.py
@@ -206,6 +206,7 @@ def main():
test.compare(str(changed.plainText), "Retrieving data failed.",
"Showing an invalid commit can't succeed but Creator survived.")
invokeMenuItem("File", "Exit")
+ waitForCleanShutdown()
def deleteProject():
path = os.path.join(srcPath, projectName)