Skip to content

Commit

Permalink
shows launcher test stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
jbieniusiewi committed Oct 15, 2024
1 parent 289d637 commit 3f7a0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fault_tolerance/unit/test_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def _run_launcher(cmd_to_run, timeout):
cmd_to_run,
shell=True,
stdout=subprocess.PIPE,
stderr=subprocess.DEVNULL,
stderr=subprocess.STDOUT,
text=True,
)
stdout, _ = proc.communicate(timeout=timeout)
Expand Down

0 comments on commit 3f7a0c8

Please sign in to comment.