We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d6d964 commit 8d400cfCopy full SHA for 8d400cf
run_tests.py
@@ -195,7 +195,7 @@ def main():
195
196
print(f"Found {len(executables)} executables")
197
print(f"Running tests with up to {args.parallel} parallel tasks")
198
- print("------------------------------------------\n")
+ print("----------------------------------------" + "-" * len(str(args.parallel)) + "\n")
199
200
tasks = []
201
for exe in executables:
0 commit comments