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

2015-05-22 Thread John Snow
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 05/22/2015 04:31 PM, Eric Blake wrote: > On 05/22/2015 02:17 PM, 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 grep command. >> >

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

2015-05-22 Thread John Snow
On 05/22/2015 04:31 PM, Eric Blake wrote: > On 05/22/2015 02:17 PM, 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 grep command. >> >> Signed-off-by: John Snow --- >> tests/qemu-io

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

2015-05-22 Thread Eric Blake
On 05/22/2015 02:17 PM, 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 grep command. > > Signed-off-by: John Snow > --- > tests/qemu-iotests/common | 3 ++- > 1 file changed, 2 insertion

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

2015-05-22 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 grep 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