Skip to content
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
331 changes: 57 additions & 274 deletions tests/validation/mtl_engine/RxTxApp.py

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion tests/validation/mtl_engine/execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ def run(
)
if not background:
process.wait(timeout=timeout)
logger.debug(process.stdout_text)
logger.debug(f"RC: {process.return_code}")
else:
logger.debug("Process started in background mode.")
Expand Down
Loading
Loading