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 c41ee6fd98..42473264f7 100644
--- a/tests/system/suite_tools/tst_git_clone/test.py
+++ b/tests/system/suite_tools/tst_git_clone/test.py
@@ -43,7 +43,7 @@ def verifyVersionControlView(targetDir, canceled):
vcsLog = str(waitForObject("{type='Core::OutputWindow' unnamed='1' visible='1' "
"window=':Qt Creator_Core::Internal::MainWindow'}").plainText)
test.log("Clone log is: %s" % vcsLog)
- test.verify("Running in " + targetDir + ":" in vcsLog,
+ test.verify('Running in "' + targetDir + '":' in vcsLog,
"Searching for target directory in clone log")
test.verify(" ".join(["clone", "--progress", cloneUrl, cloneDir]) in vcsLog,
"Searching for git parameters in clone log")