|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH OSSTEST] standalone: Log things we are running via with_logging
Ian Campbell writes ("[PATCH OSSTEST] standalone: Log things we are running via
with_logging"):
> Turning on set -x is too verbose, so just echo the command ourselves.
It's not clear to me from the context whether $@ might contain things
which would require quoting. set -x would quote them.
You can perhaps do something like this
bash -xc ': standalone-runs "$@"' x "$@" >&2
? (Sadly -n suppresses output from -x too.)
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |