From a80d215d197ff802bb1aef7f8cba5a5874e37b9d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 31 Mar 2015 13:49:57 +0000 Subject: [PATCH] sg-report-flight: Produce better output for running jobs. Signed-off-by: Ian Jackson --- 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"; -- 2.39.5