autopilot: align output for wide board names

This commit is contained in:
Christian Helmuth 2019-05-23 17:16:41 +02:00
parent 68d5293f01
commit b359ec14a8
1 changed files with 1 additions and 1 deletions

View File

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