This is an automated email from the ASF dual-hosted git repository.

dmeden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 0ad27f16af autest: add missing newline before worker output in 
parallel runner (#12894)
0ad27f16af is described below

commit 0ad27f16afe545c312c707185daa36c5cf59a7dd
Author: Damian Meden <[email protected]>
AuthorDate: Thu Feb 19 23:43:51 2026 +0100

    autest: add missing newline before worker output in parallel runner (#12894)
---
 tests/autest-parallel.py.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/autest-parallel.py.in b/tests/autest-parallel.py.in
index be5f5d9129..920603eadc 100755
--- a/tests/autest-parallel.py.in
+++ b/tests/autest-parallel.py.in
@@ -925,6 +925,7 @@ Examples:
     try:
         if partitions:
             print_progress()
+            print()  # Newline so worker output starts on a fresh line
             with ProcessPoolExecutor(max_workers=len(partitions)) as executor:
                 for worker_id, worker_tests in enumerate(partitions):
                     future = executor.submit(

Reply via email to