Re: [Qemu-devel] [PATCH 2/3] qemu-iotests: Filter NFS paths

2018-05-18 Thread Kevin Wolf
Am 17.05.2018 um 18:52 hat Kevin Wolf geschrieben: > NFS paths were only partially filtered in _filter_img_create, _img_info > and _filter_img_info, resulting in "nfs://127.0.0.1TEST_DIR/t.IMGFMT". > This adds another replacement to the sed calls that matches $TEST_IMG as > a whole. > > Signed-off

[Qemu-devel] [PATCH 2/3] qemu-iotests: Filter NFS paths

2018-05-17 Thread Kevin Wolf
NFS paths were only partially filtered in _filter_img_create, _img_info and _filter_img_info, resulting in "nfs://127.0.0.1TEST_DIR/t.IMGFMT". This adds another replacement to the sed calls that matches $TEST_IMG as a whole. Signed-off-by: Kevin Wolf --- tests/qemu-iotests/common.filter | 6