]> xenbits.xensource.com Git - people/aperard/osstest.git/commitdiff
cs-bisection-step: Add a debug print when we run dot(1)
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 24 Jul 2020 18:24:37 +0000 (19:24 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Thu, 6 Aug 2020 09:23:19 +0000 (10:23 +0100)
Amongst other things this was useful for perf investigation.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
---
v2: New patch.

cs-bisection-step

index a82cbfb8898cf44d39aef41ae09e9ded504039b7..027032a12d20bb42d530bce7963d4ae75147c05d 100755 (executable)
@@ -1114,6 +1114,7 @@ END
 
     if (eval {
         foreach my $fmt (qw(ps png svg)) {
+           print DEBUG "RUNNING dot -T$fmt\n";
             system_checked("dot", "-T$fmt", "-o$graphfile.$fmt",
                           "$graphfile.dot");
         }