mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
autopilot: align output for wide run-script names
This commit is contained in:
parent
f73c63900f
commit
607fe83c63
@ -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] "
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user