autopilot: align output for wide run-script names

This commit is contained in:
Christian Helmuth 2019-07-20 12:04:03 +02:00
parent f73c63900f
commit 607fe83c63
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ close $info_fd
# Print label identifying the specified test case to stderr
#
proc print_step_label { board kernel step } {
puts -nonewline stderr "[format {%-30s} "$board $kernel:"] [format {%-22s} $step] "
puts -nonewline stderr "[format {%-30s} "$board $kernel:"] [format {%-30s} $step] "
}