forked from qt-creator/qt-creator
Squish: Update for running tst_APTW01
Change-Id: I95ac2d2209dbc47e316b746313e4545a1b80ab55 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -214,7 +214,7 @@ def verifyBuildAndRun():
|
|||||||
appOutput = logApplicationOutput()
|
appOutput = logApplicationOutput()
|
||||||
if appOutput:
|
if appOutput:
|
||||||
test.verify((re.search(".* exited with code \d+", str(appOutput)) or
|
test.verify((re.search(".* exited with code \d+", str(appOutput)) or
|
||||||
re.search("The program has unexpectedly finished\.", str(appOutput))) and
|
re.search(".* crashed\.", str(appOutput))) and
|
||||||
re.search('[Ss]tarting.*', str(appOutput)),
|
re.search('[Ss]tarting.*', str(appOutput)),
|
||||||
"Verifying if built app started and closed successfully.")
|
"Verifying if built app started and closed successfully.")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user