[PATCH 0/1] iotests: fix 051.out expected output after error

Connor Kuehl posted 1 patch 3 years, 1 month ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210318200949.1387703-1-ckuehl@redhat.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Max Reitz <mreitz@redhat.com>
tests/qemu-iotests/051.out | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
[PATCH 0/1] iotests: fix 051.out expected output after error
Posted by Connor Kuehl 3 years, 1 month ago
Oops, sorry about the churn. I can see why this would have caused a
failure but I'm surprised I can't reproduce this when I run the test
locally.

Christian, would you be willing to test this patch out as a quick sanity
check too?

Connor Kuehl (1):
  iotests: fix 051.out expected output after error text touchups

 tests/qemu-iotests/051.out | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
2.30.2


Re: [PATCH 0/1] iotests: fix 051.out expected output after error
Posted by Max Reitz 3 years ago
On 18.03.21 21:09, Connor Kuehl wrote:
> Oops, sorry about the churn. I can see why this would have caused a
> failure but I'm surprised I can't reproduce this when I run the test
> locally.
> 
> Christian, would you be willing to test this patch out as a quick sanity
> check too?
> 
> Connor Kuehl (1):
>    iotests: fix 051.out expected output after error text touchups
> 
>   tests/qemu-iotests/051.out | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)

Thanks, applied to my block branch:

https://git.xanclic.moe/XanClic/qemu/commits/branch/block

Max