Re: [PATCH] iotests: Fix "no qualified output" error path

2019-11-08 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20191108085713.27551-1-kw...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!

Re: [PATCH] iotests: Fix "no qualified output" error path

2019-11-08 Thread Max Reitz
On 08.11.19 09:57, Kevin Wolf wrote: > The variable for error messages to be displayed is $results, not > $reason. Fix 'check' to print the "no qualified output" error message > again instead of having a failure without any message telling the user > why it failed. > > Signed-off-by: Kevin Wolf >