forked from qt-creator/qt-creator
Squish: Un-skip searching for missing output
Cannot reproduce the issue anymore.
This reverts commit df2b2f1a17
.
Change-Id: I10487eb0036195835d2bd0abe75c5b458a13cf36
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -65,11 +65,10 @@ def verifyVersionControlView(targetDir, canceled):
|
|||||||
vcsLog = str(waitForObject("{type='Core::OutputWindow' unnamed='1' visible='1' "
|
vcsLog = str(waitForObject("{type='Core::OutputWindow' unnamed='1' visible='1' "
|
||||||
"window=':Qt Creator_Core::Internal::MainWindow'}").plainText)
|
"window=':Qt Creator_Core::Internal::MainWindow'}").plainText)
|
||||||
test.log("Clone log is: %s" % vcsLog)
|
test.log("Clone log is: %s" % vcsLog)
|
||||||
if not JIRA.isBugStillOpen(20813):
|
test.verify("Running in " + targetDir + ":" in vcsLog,
|
||||||
test.verify("Running in " + targetDir + ":" in vcsLog,
|
"Searching for target directory in clone log")
|
||||||
"Searching for target directory in clone log")
|
test.verify(" ".join(["clone", "--progress", cloneUrl, cloneDir]) in vcsLog,
|
||||||
test.verify(" ".join(["clone", "--progress", cloneUrl, cloneDir]) in vcsLog,
|
"Searching for git parameters in clone log")
|
||||||
"Searching for git parameters in clone log")
|
|
||||||
test.verify(canceled == (" terminated abnormally" in vcsLog),
|
test.verify(canceled == (" terminated abnormally" in vcsLog),
|
||||||
"Searching for result in clone log")
|
"Searching for result in clone log")
|
||||||
clickButton(waitForObject(":*Qt Creator.Clear_QToolButton"))
|
clickButton(waitForObject(":*Qt Creator.Clear_QToolButton"))
|
||||||
|
Reference in New Issue
Block a user