Additional minor changes to run_tests.py output formatting

This commit is contained in:
Rob Armstrong 2025-05-01 10:14:09 -07:00
parent 6d6d964f97
commit 8d400cfb7f

View File

@ -195,7 +195,7 @@ def main():
print(f"Found {len(executables)} executables") 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") print("----------------------------------------" + "-" * len(str(args.parallel)) + "\n")
tasks = [] tasks = []
for exe in executables: for exe in executables: