[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH OSSTEST 07/11] ts-freebsd-host-install: add option to test memdisk options
Roger Pau Monne writes ("[PATCH OSSTEST 07/11] ts-freebsd-host-install: add option to test memdisk options"): > This is needed in order to figure out which memdisk options should be > used to boot the images on each specific box. ... > +if ($r{'arch'} !~ m/amd64/g) { > + logm("Arch $r{'arch'} not supported!"); This clearly can't be right because presumably at least i386 would work too. I don't know why you need this check. > + exit 0; WTF ? You don't want ts-freebsd-host-install to exit 0 if it gets an unknown architecture. ... Oh I see. You have misplaced this check, which should only be effective when we are testing boot arguments. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |