Skip to content

Commit 8f9835c

Browse files
committed
Fix formatting
1 parent d8aae0a commit 8f9835c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/validation/mtl_engine/RxTxApp.py

100644100755
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -792,9 +792,7 @@ def execute_perf_test(
792792
cp.wait()
793793

794794
# Enhanced logging for process completion
795-
logger.info(
796-
f"Performance RxTxApp process completed with return code: {cp.return_code}"
797-
)
795+
logger.info(f"Performance RxTxApp was killed with signal {-cp.return_code}")
798796

799797
# Check if process was killed or terminated unexpectedly
800798
if cp.return_code < 0:

0 commit comments

Comments
 (0)