Re: [Qemu-devel] [PATCH 3/3] iotests: Use -qmp-pretty in 067

2014-11-12 Thread Max Reitz
On 2014-11-12 at 05:51, Eric Blake wrote: On 11/11/2014 06:34 AM, Max Reitz wrote: 067 invokes query-block, resulting in a reference output with really long lines (which may pose a problem in email patches and always poses a problem when the output changes, because it is hard to see what has act

Re: [Qemu-devel] [PATCH 3/3] iotests: Use -qmp-pretty in 067

2014-11-11 Thread Eric Blake
On 11/11/2014 06:34 AM, Max Reitz wrote: > 067 invokes query-block, resulting in a reference output with really > long lines (which may pose a problem in email patches and always poses a > problem when the output changes, because it is hard to see what has > actually changed). Use -qmp-pretty to mi

[Qemu-devel] [PATCH 3/3] iotests: Use -qmp-pretty in 067

2014-11-11 Thread Max Reitz
067 invokes query-block, resulting in a reference output with really long lines (which may pose a problem in email patches and always poses a problem when the output changes, because it is hard to see what has actually changed). Use -qmp-pretty to mitigate this issue. Signed-off-by: Max Reitz ---