From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH 01/10] TestSupport: Provide target_editfile_cancel Date: Mon, 9 Feb 2015 13:49:16 +0000 Message-ID: <1423489756.4508.21.camel@citrix.com> References: <1423250275-20872-1-git-send-email-ian.jackson@eu.citrix.com> <1423250275-20872-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.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YKoim-0007qr-T0 for xen-devel@lists.xenproject.org; Mon, 09 Feb 2015 13:49:53 +0000 In-Reply-To: <1423250275-20872-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 Cc: xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Fri, 2015-02-06 at 19:17 +0000, Ian Jackson wrote: > This allows a caller of target_editfile to cancel the edit from within > their supplied code block. > > Signed-off-by: Ian Jackson This contains more Perl exception handling voodoo than I'm really qualified for, but based on a bit of searching and if your tests work then: Acked-by: Ian Campbell