From 6d6d964f97b6400b29db4b828b617ca9696b789a Mon Sep 17 00:00:00 2001 From: Rob Armstrong Date: Thu, 1 May 2025 09:54:25 -0700 Subject: [PATCH] Minor changes to run_tests.py output formatting --- run_tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run_tests.py b/run_tests.py index d14c6df7..b8a637b4 100644 --- a/run_tests.py +++ b/run_tests.py @@ -194,7 +194,8 @@ def main(): return 1 print(f"Found {len(executables)} executables") - print(f"Running tests with up to {args.parallel} parallel tasks.") + print(f"Running tests with up to {args.parallel} parallel tasks") + print("------------------------------------------\n") tasks = [] for exe in executables: