From 1487f1a0c00a1310bdd49f7a744f431a429e4657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20L=C3=B6hning?= Date: Fri, 30 Jun 2023 20:09:43 +0200 Subject: SquishTests: Make sure tst_git_local cleans up properly Creator still writes gitProject.pro.user after cleanup() ran. Change-Id: I78c8247090a7032b21ee3a763fd390bb16f3d24b Reviewed-by: Christian Stenger --- tests/system/suite_tools/tst_git_local/test.py | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3