All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Campbell <ian.campbell@citrix.com>
To: Ian Jackson <Ian.Jackson@eu.citrix.com>
Cc: xen-devel@lists.xen.org
Subject: Re: [PATCH OSSTEST 4/5] standalone: Make it possible to pass options to run-test
Date: Tue, 6 Oct 2015 16:35:45 +0100	[thread overview]
Message-ID: <1444145745.5302.225.camel@citrix.com> (raw)
In-Reply-To: <1444143568.5302.211.camel@citrix.com>

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 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.
> > ...
> > > -	    with_logging logs/$flight/$job.$ts.log ./$ts $hosts $@
> > > +	    with_logging logs/$flight/$job.$ts.log ./$ts
> > > ${options[@]}
> > > $hosts $@
> > 
> > You mean   ... ./$ts "${options[@]}" $hosts ...
> > by analogy with  "$@"
> 
> We (well, I, since I wrote that) don't use "$@" above but just the bare
> $@,
> which I copied. I suppose that one is wrong too?

I've decided it is and will insert a patch to fixup various unquoted uses
of $@.

Also in this patch was
+       for i in $@ ; do
which is similarly wrong, I think.

  parent reply	other threads:[~2015-10-06 15:35 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-05 14:34 [PATCH OSSTEST v3 0/5] Misc standalone wrapper improvements Ian Campbell
2015-10-05 14:35 ` [PATCH OSSTEST 1/5] cs-adjust-flight: `branch' command ought to be `branch-set' Ian Campbell
2015-10-06 14:41   ` Ian Jackson
2015-10-05 14:35 ` [PATCH OSSTEST 2/5] cs-adjust-flight: Add job-status to report job stats Ian Campbell
2015-10-06 14:44   ` Ian Jackson
2015-10-06 14:56     ` Ian Campbell
2015-10-05 14:35 ` [PATCH OSSTEST 3/5] standalone: Check job status at end of run-job Ian Campbell
2015-10-05 14:35 ` [PATCH OSSTEST 4/5] standalone: Make it possible to pass options to run-test Ian Campbell
2015-10-06 14:46   ` Ian Jackson
2015-10-06 14:59     ` Ian Campbell
2015-10-06 15:24       ` Ian Jackson
2015-10-06 15:35       ` Ian Campbell [this message]
2015-10-06 15:37         ` Ian Jackson
2015-10-05 14:35 ` [PATCH OSSTEST 5/5] standalone: Use fail() from mgi-common in most places Ian Campbell
2015-10-06 14:46   ` Ian Jackson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1444145745.5302.225.camel@citrix.com \
    --to=ian.campbell@citrix.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.