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 8899e85 commit 0cb2017Copy full SHA for 0cb2017
Lib/test/libregrtest/run_workers.py
@@ -457,7 +457,7 @@ def get_running(workers: list[WorkerThread]) -> str | None:
457
running: list[str] = []
458
for worker in workers:
459
test_name = worker.test_name
460
- if not test_name:
+ if test_name == _NOT_RUNNING:
461
continue
462
dt = time.monotonic() - worker.start_time
463
if dt >= PROGRESS_MIN_TIME:
0 commit comments