Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 sg-report-flight |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/sg-report-flight b/sg-report-flight
index 2adc8a8..18a5afa 100755
--- a/sg-report-flight
+++ b/sg-report-flight
@@ -664,6 +664,14 @@ END
            print MRO "broken-step $s->{job} $s->{testid}\n";
        }
 
+       if ($st eq 'running') {
+           print MRO "running $j->{job} $s->{testid}\n";
+           print DEBUG " running, unjustifiable\n";
+           $failv->{Summary}= '';
+           $failv->{Blocker}= 'unfinished';
+           next;
+       }
+
         if (!($st eq 'fail' or $st eq 'broken')) {
             print MRO "broken $j->{job} $s->{testid} $st\n";
             print DEBUG " not a fail, unjustifiable\n";
-- 
1.7.10.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to