We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6277dd commit 8d0a6b5Copy full SHA for 8d0a6b5
scripts/pylib/twister/twisterlib/handlers.py
@@ -390,7 +390,7 @@ def handle(self, harness):
390
self.returncode = proc.returncode
391
if proc.returncode != 0:
392
self.instance.status = TwisterStatus.ERROR
393
- self.instance.reason = f"BinaryHandler returned {proc.returncode}"
+ self.instance.reason = f"rc={proc.returncode}"
394
self.try_kill_process_by_pid()
395
396
self.execution_time = time.time() - start_time
0 commit comments