From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH 06/13] Reporting: sg-report-job-history: Honour --limit Date: Tue, 30 Jun 2015 10:07:21 +0100 Message-ID: <1435655241.21469.32.camel@citrix.com> References: <1435598089-21647-1-git-send-email-ian.jackson@eu.citrix.com> <1435598089-21647-7-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 1Z9rVw-0002MU-UZ for xen-devel@lists.xenproject.org; Tue, 30 Jun 2015 09:07:37 +0000 In-Reply-To: <1435598089-21647-7-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 Mon, 2015-06-29 at 18:14 +0100, Ian Jackson wrote: > The global $limit was erroneously shadowed by a local in > processjobbranch. Fix this, and move the erroneously hardcoded value > to the global default. > > No functional change if --limit was not specified, which it is not for > any of our runs with the in-tree configs. > > Signed-off-by: Ian Jackson Acked-by: Ian Campbell