aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Löhning <robert.loehning@qt.io>2023-06-30 20:09:43 +0200
committerRobert Löhning <robert.loehning@qt.io>2023-07-04 12:27:45 +0000
commit1487f1a0c00a1310bdd49f7a744f431a429e4657 (patch)
treeab9b8815cb0cc3f6b5cc15adba4ee7e02ad95623
parent5c7cbe802a295bbc22cb2b1a9c9198396ef03733 (diff)
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 <christian.stenger@qt.io>
-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)