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 289d637 commit 3f7a0c8Copy full SHA for 3f7a0c8
tests/fault_tolerance/unit/test_launcher.py
@@ -47,7 +47,7 @@ def _run_launcher(cmd_to_run, timeout):
47
cmd_to_run,
48
shell=True,
49
stdout=subprocess.PIPE,
50
- stderr=subprocess.DEVNULL,
+ stderr=subprocess.STDOUT,
51
text=True,
52
)
53
stdout, _ = proc.communicate(timeout=timeout)
0 commit comments