Skip to content

Commit 7d510ac

Browse files
kartbennashif
authored andcommitted
script: ci: check_compliance: adjust test name formatting
Provide more space to tests with a long name so that output is aligned. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 95e91d6 commit 7d510ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/check_compliance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2281,7 +2281,7 @@ def _main(args):
22812281

22822282
test = testcase()
22832283
try:
2284-
print(f"Running {test.name:16} tests in "
2284+
print(f"Running {test.name:30} tests in "
22852285
f"{resolve_path_hint(test.path_hint)} ...")
22862286
test.run()
22872287
except EndTest:

0 commit comments

Comments
 (0)