diff --git a/tests/system/shared/build_utils.py b/tests/system/shared/build_utils.py index 9f2ed42ccb6..b8187760fc1 100644 --- a/tests/system/shared/build_utils.py +++ b/tests/system/shared/build_utils.py @@ -214,7 +214,7 @@ def verifyBuildAndRun(): appOutput = logApplicationOutput() if appOutput: 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)), "Verifying if built app started and closed successfully.")