mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2025-07-01 20:20:29 +08:00
Additional minor changes to run_tests.py output formatting
This commit is contained in:
parent
6d6d964f97
commit
8d400cfb7f
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user