Re: [Xen-devel] [PATCH OSSTEST 4/5] standalone: Make it possible to pass options to run-test

2015-10-06 Thread Ian Campbell
On Tue, 2015-10-06 at 15:59 +0100, Ian Campbell wrote: > On Tue, 2015-10-06 at 15:46 +0100, Ian Jackson wrote: > > Ian Campbell writes ("[PATCH OSSTEST 4/5] standalone: Make it possible > > to > > pass options to run-test"): > > > Currently the remainder of the comnand line is passed after the

Re: [Xen-devel] [PATCH OSSTEST 4/5] standalone: Make it possible to pass options to run-test

2015-10-06 Thread Ian Jackson
Ian Campbell writes ("Re: [Xen-devel] [PATCH OSSTEST 4/5] standalone: Make it possible to pass options to run-test"): > Also in this patch was > + for i in $@ ; do > which is similarly wrong, I think. I should have spotted that too... Ian. ___

Re: [Xen-devel] [PATCH OSSTEST 4/5] standalone: Make it possible to pass options to run-test

2015-10-06 Thread Ian Campbell
On Tue, 2015-10-06 at 15:46 +0100, Ian Jackson wrote: > Ian Campbell writes ("[PATCH OSSTEST 4/5] standalone: Make it possible to > pass options to run-test"): > > Currently the remainder of the comnand line is passed after the host= > > ident, which allows for other idents to be given, which

[Xen-devel] [PATCH OSSTEST 4/5] standalone: Make it possible to pass options to run-test

2015-10-05 Thread Ian Campbell
Currently the remainder of the comnand line is passed after the host= ident, which allows for other idents to be given, which isn't all that useful in practice. Instead arrange that any additional options up to a "--" marker are passed before host= and anything after are passed after. Since the