From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH 01/10] Flight restriction: Move $maxflight to Osstest::Executive Date: Fri, 24 Jul 2015 10:20:15 +0100 Message-ID: <1437729615.24746.44.camel@citrix.com> References: <1437675564-16602-1-git-send-email-ian.jackson@eu.citrix.com> <1437675564-16602-2-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.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZIZ9Q-0002l6-HD for xen-devel@lists.xenproject.org; Fri, 24 Jul 2015 09:20:20 +0000 In-Reply-To: <1437675564-16602-2-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 , xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Thu, 2015-07-23 at 19:19 +0100, Ian Jackson wrote: > We are going to move the interpretation of --max-flight into > Osstest::Executive. Start this by making $maxflight shared between > Executive and the main program. Later, we will make it no longer > exported. > > There are a number of places in Executive where a `my' variable > $maxflight shadows the newly moved global. These will be got rid of > later, too. > > No functional change. > > Signed-off-by: Ian Jackson Acked-by: Ian Campbell