[PATCH 0/2] iotests: Minor fixes

Max Reitz posted 2 patches 4 years, 4 months ago
Test asan failed
Test checkpatch failed
Test FreeBSD failed
Test docker-mingw@fedora failed
Test docker-clang@ubuntu failed
Test docker-quick@centos7 failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191218104855.42566-1-mreitz@redhat.com
Maintainers: Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/273       |  3 ++-
tests/qemu-iotests/273.out   | 27 ---------------------------
tests/qemu-iotests/common.rc |  3 ++-
3 files changed, 4 insertions(+), 29 deletions(-)
[PATCH 0/2] iotests: Minor fixes
Posted by Max Reitz 4 years, 4 months ago
Hi,

These are just two minor fixes for things I noticed recently.


Max


Max Reitz (2):
  iotests/273: Filter format-specific information
  iotests: Fix IMGOPTSSYNTAX for nbd

 tests/qemu-iotests/273       |  3 ++-
 tests/qemu-iotests/273.out   | 27 ---------------------------
 tests/qemu-iotests/common.rc |  3 ++-
 3 files changed, 4 insertions(+), 29 deletions(-)

-- 
2.23.0


Re: [PATCH 0/2] iotests: Minor fixes
Posted by Kevin Wolf 4 years, 4 months ago
Am 18.12.2019 um 11:48 hat Max Reitz geschrieben:
> Hi,
> 
> These are just two minor fixes for things I noticed recently.

Thanks, applied to the block branch.

Kevin