Skip to content

Commit 8d400cf

Browse files
committed
Additional minor changes to run_tests.py output formatting
1 parent 6d6d964 commit 8d400cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def main():
195195

196196
print(f"Found {len(executables)} executables")
197197
print(f"Running tests with up to {args.parallel} parallel tasks")
198-
print("------------------------------------------\n")
198+
print("----------------------------------------" + "-" * len(str(args.parallel)) + "\n")
199199

200200
tasks = []
201201
for exe in executables:

0 commit comments

Comments
 (0)