Skip to content

Commit 3f7a0c8

Browse files
committed
shows launcher test stderr
1 parent 289d637 commit 3f7a0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fault_tolerance/unit/test_launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def _run_launcher(cmd_to_run, timeout):
4747
cmd_to_run,
4848
shell=True,
4949
stdout=subprocess.PIPE,
50-
stderr=subprocess.DEVNULL,
50+
stderr=subprocess.STDOUT,
5151
text=True,
5252
)
5353
stdout, _ = proc.communicate(timeout=timeout)

0 commit comments

Comments
 (0)