ci: cleanup step names

This commit is contained in:
André Roth
2024-10-02 23:34:16 +02:00
parent cc4798472f
commit caf55bb8e0
2 changed files with 6 additions and 5 deletions

View File

@@ -102,7 +102,7 @@ def run(include_long_tests=False, capture_results=False, tests=None, filters=Non
if not matches:
continue
orig_stdout.write("%s: %s ... " % (test, colored(o.__name__, color="yellow", attrs=["bold"])))
orig_stdout.write("· %-13s %-48s ... " % (test, colored(o.__name__, color="yellow", attrs=["bold"])))
orig_stdout.flush()
t = o()