mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2025-07-01 20:20:29 +08:00
Minor changes to run_tests.py output formatting
This commit is contained in:
parent
ab68d58d59
commit
6d6d964f97
@ -194,7 +194,8 @@ def main():
|
|||||||
return 1
|
return 1
|
||||||
|
|
||||||
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")
|
||||||
|
|
||||||
tasks = []
|
tasks = []
|
||||||
for exe in executables:
|
for exe in executables:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user