[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[OSSTEST PATCH 2/4] cs-bisection-step: need_repro: Provision for $xinfo



This becomes part of the message but right now it is juse "".

So no functional change yet.

Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
 cs-bisection-step | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cs-bisection-step b/cs-bisection-step
index 35085e89..90e0601a 100755
--- a/cs-bisection-step
+++ b/cs-bisection-step
@@ -828,6 +828,7 @@ sub need_repro ($$$) {
     return 1 if conflicted_warning($n, $what);
 
     my $fl= $n->{Flights} || [];
+    my $xinfo='';
     foreach my $f (sort { $a->{Flight} <=> $b->{Flight} } @$fl) {
         next unless $f->{Flight} > $repro_lastflight;
        if ($f->{Result} ne $st) {
@@ -837,7 +838,7 @@ sub need_repro ($$$) {
        }
         print STDERR " ".
             ($repro_count ? "Repro" : "Result").
-            " found: flight $f->{Flight} ($st), for $what\n";
+            " found: flight $f->{Flight} ($st), for $what$xinfo\n";
         $repro_lastflight= $f->{Flight};
         $repro_firstflight ||= $f->{Flight};
         return 0;
-- 
2.20.1




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.