From 607fe83c630447e4fe59f9a6fb0887df9b068b53 Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Sat, 20 Jul 2019 12:04:03 +0200 Subject: [PATCH] autopilot: align output for wide run-script names --- tool/autopilot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/autopilot b/tool/autopilot index e6124fd51..8200eb2c2 100755 --- a/tool/autopilot +++ b/tool/autopilot @@ -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] " }