From 8d400cfb7fbdb62906ebac23684eb1d00ea05a52 Mon Sep 17 00:00:00 2001 From: Rob Armstrong Date: Thu, 1 May 2025 10:14:09 -0700 Subject: [PATCH] Additional minor changes to run_tests.py output formatting --- run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.py b/run_tests.py index b8a637b4..a292dde8 100644 --- a/run_tests.py +++ b/run_tests.py @@ -195,7 +195,7 @@ def main(): print(f"Found {len(executables)} executables") print(f"Running tests with up to {args.parallel} parallel tasks") - print("------------------------------------------\n") + print("----------------------------------------" + "-" * len(str(args.parallel)) + "\n") tasks = [] for exe in executables: