From 90d7ac02ddcd2b7e5c72e8458abf71c05b88fe4f Mon Sep 17 00:00:00 2001 From: Alex Martens Date: Sat, 11 May 2024 10:50:25 -0700 Subject: [PATCH] testsuite: exit on panic --- testsuite/runall.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuite/runall.py b/testsuite/runall.py index 31dcc0ba61..8ed8c0affd 100755 --- a/testsuite/runall.py +++ b/testsuite/runall.py @@ -81,6 +81,7 @@ async def probe_run(elf_path: str, probe: str, log_prefix: str) -> TestResult: "run", "--chip", "STM32WLE5JCIx", + "--catch-hardfault", "--connect-under-reset", elf_path, "--probe",