From: Michael Richardson Date: Tue, 4 Feb 2020 10:45:14 +0000 (+0100) Subject: indent the message about skipped test X-Git-Tag: tcpdump-4.99-bp~562 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/3c7bcc3d9c6576931809a90f66a49efe06ccfd35 indent the message about skipped test --- diff --git a/tests/TESTrun b/tests/TESTrun index 029f28f8..fd7b24e9 100755 --- a/tests/TESTrun +++ b/tests/TESTrun @@ -107,12 +107,12 @@ sub runOneComplexTest { } if(!$foundit) { - print "${name} ... skipped, no ${configset}\n"; + printf " %-40s: skipped (no %s)\n", $name, $configset; return 0; } if(!$unfoundit) { - print "${name} ... skipped, ${configunset} is set\n"; + printf " %-40s: skipped (no %s)\n", $name, $configunset; return 0; }