Re: [Qemu-devel] [PATCH 1/1] block: fix iotest 146 output expectations

2018-03-16 Thread Kevin Wolf
Am 12.03.2018 um 22:29 hat Jeff Cody geschrieben: > Commit bff5554843 added "force_size" into the common.filter for > _filter_img_create(), but test 146 still expects it in the output. > > Signed-off-by: Jeff Cody Thanks, applied to the block branch. Kevin

Re: [Qemu-devel] [PATCH 1/1] block: fix iotest 146 output expectations

2018-03-12 Thread Eric Blake
On 03/12/2018 04:29 PM, Jeff Cody wrote: Commit bff5554843 added "force_size" into the common.filter for _filter_img_create(), but test 146 still expects it in the output. Signed-off-by: Jeff Cody --- tests/qemu-iotests/146.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed

[Qemu-devel] [PATCH 1/1] block: fix iotest 146 output expectations

2018-03-12 Thread Jeff Cody
Commit bff5554843 added "force_size" into the common.filter for _filter_img_create(), but test 146 still expects it in the output. Signed-off-by: Jeff Cody --- tests/qemu-iotests/146.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qemu-iotests/146.out b/tests/qemu-i