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:
Robert Loehning
2018-12-12 19:54:10 +01:00
parent e48436d7c5
commit c6e09c0c80

View File

@@ -65,7 +65,6 @@ 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,