From 73405cc089e83b5f7ae0d617c9d09205097b83c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20L=C3=B6hning?= Date: Fri, 22 Oct 2021 22:06:53 +0200 Subject: Squish: Update for running tst_APTW01 Change-Id: I95ac2d2209dbc47e316b746313e4545a1b80ab55 Reviewed-by: Christian Stenger --- tests/system/shared/build_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/system/shared/build_utils.py') diff --git a/tests/system/shared/build_utils.py b/tests/system/shared/build_utils.py index 9f2ed42ccb..b8187760fc 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.") -- cgit v1.2.1