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 d8aae0a commit 8f9835cCopy full SHA for 8f9835c
tests/validation/mtl_engine/RxTxApp.py
100644
100755
@@ -792,9 +792,7 @@ def execute_perf_test(
792
cp.wait()
793
794
# Enhanced logging for process completion
795
- logger.info(
796
- f"Performance RxTxApp process completed with return code: {cp.return_code}"
797
- )
+ logger.info(f"Performance RxTxApp was killed with signal {-cp.return_code}")
798
799
# Check if process was killed or terminated unexpectedly
800
if cp.return_code < 0:
0 commit comments