[Tests] Make test_output debugging easy (#10091)

* Fix.

* Fix.
This commit is contained in:
SangBin Cho
2020-08-13 18:45:26 -07:00
committed by GitHub
parent c9f13b0833
commit 55fe7f65a5
+2
View File
@@ -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(