aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_tools/tst_git_clone/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/suite_tools/tst_git_clone/test.py')
-rw-r--r--tests/system/suite_tools/tst_git_clone/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_tools/tst_git_clone/test.py b/tests/system/suite_tools/tst_git_clone/test.py
index 42473264f7..17ce84d752 100644
--- a/tests/system/suite_tools/tst_git_clone/test.py
+++ b/tests/system/suite_tools/tst_git_clone/test.py
@@ -47,7 +47,7 @@ def verifyVersionControlView(targetDir, canceled):
"Searching for target directory in clone log")
test.verify(" ".join(["clone", "--progress", cloneUrl, cloneDir]) in vcsLog,
"Searching for git parameters in clone log")
- test.compare(canceled, " terminated abnormally" in vcsLog,
+ test.compare(canceled, " was canceled after " in vcsLog,
"Searching for result in clone log")
clickButton(waitForObject(":*Qt Creator.Clear_QToolButton"))