Re: [Qemu-devel] [PATCH v3 1/4] iotests: fix exclusion option

2015-06-02 Thread Fam Zheng
On Tue, 06/02 15:18, John Snow wrote: > If you are running out-of-tree, the -x option to exclude > a certain iotest is broken. > > Replace porcelain usage of ls with a sturdier awk command. > > Signed-off-by: John Snow > --- Reviewed-by: Fam Zheng > tests/qemu-iotests/common | 3 ++- > 1 fil

[Qemu-devel] [PATCH v3 1/4] iotests: fix exclusion option

2015-06-02 Thread John Snow
If you are running out-of-tree, the -x option to exclude a certain iotest is broken. Replace porcelain usage of ls with a sturdier awk command. Signed-off-by: John Snow --- tests/qemu-iotests/common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/qemu-iotests/common