Minor changes to run_tests.py output formatting

This commit is contained in:
Rob Armstrong 2025-05-01 09:54:25 -07:00
parent ab68d58d59
commit 6d6d964f97

View File

@ -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: