[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [OSSTEST PATCH 76/82] sg-report-flight: Reformat slightly
This is more regular and will make the next commit easier to understand. Signed-off-by: Ian Jackson <iwj@xxxxxxxxxxxxxx> --- sg-report-flight | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sg-report-flight b/sg-report-flight index 0413a730..7dc218cf 100755 --- a/sg-report-flight +++ b/sg-report-flight @@ -1472,9 +1472,11 @@ END $srow->{tident}, "$c{ResultsHtmlPubBaseUrl}/host/$srow->{hostname}.html", $srow->{hostname}; - my $rel = $srow->{olive} ? + my $rel = + $srow->{olive} ? "<td align=\"center\" bgcolor=\"$red\">share</td>" - : $srow->{prep_started} ? + : + $srow->{prep_started} ? "<td align=\"center\" bgcolor=\"$purple\">prep.</td>" : "<td align=\"center\">reuse</td>"; -- 2.20.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |