]> The Tcpdump Group git mirrors - tcpdump/commitdiff
indent the message about skipped test
authorMichael Richardson <[email protected]>
Tue, 4 Feb 2020 10:45:14 +0000 (11:45 +0100)
committerDenis Ovsienko <[email protected]>
Tue, 4 Feb 2020 22:19:17 +0000 (22:19 +0000)
tests/TESTrun

index 029f28f865ddea34dacf330ac078b73859f61a93..fd7b24e907ea4b2c05d9652470c6e1691712c2f8 100755 (executable)
@@ -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;
     }