[Qemu-devel] [PATCH 0/2] iotests: Fixes to 156 and 186

Max Reitz posted 2 patches 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170725155644.20214-1-mreitz@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test s390x passed
tests/qemu-iotests/156     |  4 ++--
tests/qemu-iotests/186     |  2 +-
tests/qemu-iotests/186.out | 12 ++++++------
3 files changed, 9 insertions(+), 9 deletions(-)
[Qemu-devel] [PATCH 0/2] iotests: Fixes to 156 and 186
Posted by Max Reitz 6 years, 8 months ago
This series contains some small fixes for issues I stumbled upon when
preparing my pull request.


Max Reitz (2):
  iotests: Fix test 156
  iotests: Redirect stderr to stdout in 186

 tests/qemu-iotests/156     |  4 ++--
 tests/qemu-iotests/186     |  2 +-
 tests/qemu-iotests/186.out | 12 ++++++------
 3 files changed, 9 insertions(+), 9 deletions(-)

-- 
2.9.4


Re: [Qemu-devel] [PATCH 0/2] iotests: Fixes to 156 and 186
Posted by Kevin Wolf 6 years, 8 months ago
Am 25.07.2017 um 17:56 hat Max Reitz geschrieben:
> This series contains some small fixes for issues I stumbled upon when
> preparing my pull request.

Thanks, applied to the block branch.

Kevin