Re: [Qemu-devel] [PATCH 6/7] iotests: Test help option for unsupporting formats

2018-05-02 Thread Eric Blake
On 04/21/2018 11:54 AM, Max Reitz wrote: This adds test cases to 082 for qemu-img create/convert/amend "-o help" on formats that do not support creation or amendment, respectively. Signed-off-by: Max Reitz --- tests/qemu-iotests/082 | 9 + tests/qemu-iotests/082.out | 9 +

[Qemu-devel] [PATCH 6/7] iotests: Test help option for unsupporting formats

2018-04-21 Thread Max Reitz
This adds test cases to 082 for qemu-img create/convert/amend "-o help" on formats that do not support creation or amendment, respectively. Signed-off-by: Max Reitz --- tests/qemu-iotests/082 | 9 + tests/qemu-iotests/082.out | 9 + 2 files changed, 18 insertions(+) diff --g