Anthony PERARD writes ("Re: [Xen-devel] [OSSTEST PATCH 3/3] mfi-*: Set 
appropriate PropMinVer:XenMin: hostflags, to honour XenMin property"):
> On Wed, Jun 06, 2018 at 12:04:56PM +0100, Ian Jackson wrote:
> > @@ -566,6 +573,13 @@ test_matrix_iterate () {
> >          if [ "x$min_linux_hostflag" != "x" ] ; then
> >              most_hostflags="$most_hostflags,$min_linux_hostflag"
> >          fi
> > +        case "$xenbranch" in
> > +          xen-[0-9]*-testing)
> 
> I don't think that's going to work, xenbranch should contain string
> like "xen-4.3-testing". You want:
> 
>           xen-[0-9.]*-testing)

Thanks for the review.

However, it does work :-).  These patterns are glob patterns, so `*'
matches zero or more of any character.  This pattern is just here to
avoid turning `xen-unstable' into an attempt to set a `minimum xen
version' of `unstable'.

Regards,
Ian.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to