From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH 04/14] Reporting: sg-report-flight: Fix undefined value in $worstrow[] Date: Tue, 30 Jun 2015 12:03:05 +0100 Message-ID: <1435662185.21469.99.camel@citrix.com> References: <1435658271-31823-1-git-send-email-ian.jackson@eu.citrix.com> <1435658271-31823-5-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Z9tK4-0005mC-9H for xen-devel@lists.xenproject.org; Tue, 30 Jun 2015 11:03:28 +0000 In-Reply-To: <1435658271-31823-5-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Tue, 2015-06-30 at 10:57 +0100, Ian Jackson wrote: > The fallback entry in the worstrow search, used when a job has not > been run at all, was wrong. Also, fix the doc comment which induced > the mistake, and add a comment about the contents of @worst. > > Signed-off-by: Ian Jackson Acked-by: Ian Campbell