[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] 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) -- Anthony PERARD _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |