From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Hu Subject: Re: [osstest test] 56922: regressions - FAIL Date: Fri, 22 May 2015 20:47:47 +0800 Message-ID: <1432298867.26800.5.camel@localhost> References: <1432288654.10746.161.camel@citrix.com> <1432294374.14664.12.camel@citrix.com> <1432297842.14664.32.camel@citrix.com> Reply-To: robert.hu@intel.com Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1432297842.14664.32.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: Ian Campbell Cc: "Hu, Robert" , "Pang, LongtaoX" , ian.jackson@eu.citrix.com, xen-devel List-Id: xen-devel@lists.xenproject.org On Fri, 2015-05-22 at 13:30 +0100, Ian Campbell wrote: > 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? Yeah. Thanks Ian. I'm to look into it this weekend. > > > 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 > >