diff --git a/python/ray/tests/test_output.py b/python/ray/tests/test_output.py index 2e9437d52..04ef2126a 100644 --- a/python/ray/tests/test_output.py +++ b/python/ray/tests/test_output.py @@ -36,6 +36,8 @@ def test_output(): [sys.executable, __file__, "_ray_instance"], stderr=subprocess.STDOUT).decode() lines = outputs.split("\n") + for line in lines: + print(line) assert len(lines) == 3, lines logging_header = r"\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2},\d{3}\sINFO\s" assert re.match(