Skip to content

Commit 031e92b

Browse files
authored
Add: Dual host ffmpeg tests (#1236)
1 parent c728cf2 commit 031e92b

File tree

9 files changed

+840
-530
lines changed

9 files changed

+840
-530
lines changed

tests/validation/mtl_engine/RxTxApp.py

Lines changed: 57 additions & 274 deletions
Large diffs are not rendered by default.

tests/validation/mtl_engine/execute.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ def run(
241241
)
242242
if not background:
243243
process.wait(timeout=timeout)
244-
logger.debug(process.stdout_text)
245244
logger.debug(f"RC: {process.return_code}")
246245
else:
247246
logger.debug("Process started in background mode.")

0 commit comments

Comments
 (0)