From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [osstest test] 56922: regressions - FAIL Date: Fri, 22 May 2015 13:30:42 +0100 Message-ID: <1432297842.14664.32.camel@citrix.com> References: <1432288654.10746.161.camel@citrix.com> <1432294374.14664.12.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1432294374.14664.12.camel@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: "Pang, LongtaoX" Cc: "Hu, Robert" , ian.jackson@eu.citrix.com, xen-devel List-Id: xen-devel@lists.xenproject.org On Fri, 2015-05-22 at 12:32 +0100, Ian Campbell wrote: > I'm currently testing the patch below, if it works then I intend to fold > it into "Parsing grub which has 'submenu' primitive" and will re-push > the result. It didn't seem to work. I'm trying to repro on a machine I can recover more easily, but perhaps you could also take a look? > Ian. > > diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm > index 282175b..0b731c3 100644 > --- a/Osstest/Debian.pm > +++ b/Osstest/Debian.pm > @@ -451,6 +451,7 @@ sub setupboot_grub2 ($$$$) { > } > if (m/^submenu\s+[\'\"](.*)[\'\"].*\{\s*$/) { > $submenu={ StartLine =>$.}; > + $count++; > } > if (m/^\s*multiboot\s*(?:\/boot)?\/(xen\S+)/) { > die unless $entry; > > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel