|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [OSSTEST PATCH 14/14] Reporting: sg-report-flight: Put overall pushgate stats in email
Ian Jackson writes ("[OSSTEST PATCH 14/14] Reporting: sg-report-flight: Put
overall pushgate stats in email"):
> This adds something like this (would have appeared in 37638):
...
BTW I found a bug in this:
> +sub print_pushgate_summary () {
> + my @thistree = sort keys %{ $specver{'this'} };
> + my @thattree = sort keys %{ $specver{'that'} };
> + if (!(@thistree==1 && @thattree==1 && $thistree[0] eq $thattree[0])) {
> + print DEBUG "NO PUSHGATE SUMMARY (@thistree) != (@thattree)";
> + }
Missing `return' after the print. I will fix it.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |