From a4358d97d802ff372765178b5e8d4e5c4021c1ae Mon Sep 17 00:00:00 2001 From: "Haoyu (Daniel)" Date: Fri, 8 Nov 2024 18:27:54 +0800 Subject: [PATCH] enhance comment --- tests/test_subprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_subprocess.py b/tests/test_subprocess.py index 45d06b0a..e0fa5f3f 100644 --- a/tests/test_subprocess.py +++ b/tests/test_subprocess.py @@ -8,7 +8,7 @@ def test_command(): sleep05 = Command("sleep 0.5") sleep05.run(timeout=1) - # DEBUG: this unit test fail in Win CI sometimes + # DEBUG: this unit test fail in Windows CI sometimes (PR702) full_msg = f"{sleep05=}\n{sleep05.error=}\n{sleep05.output}" assert sleep05.retcode == 0, full_msg assert not sleep05.killed