[Qemu-devel] [PATCH 0/2] qemu-iotests: add missing make rule for socket_scm_helper

Philippe Mathieu-Daudé posted 2 patches 6 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171219163713.31383-1-f4bug@amsat.org
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
tests/Makefile.include   | 2 +-
tests/qemu-iotests/check | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
[Qemu-devel] [PATCH 0/2] qemu-iotests: add missing make rule for socket_scm_helper
Posted by Philippe Mathieu-Daudé 6 years, 4 months ago
Hi,

Apparently block-tests are only run on patchew CI, not Travis, so this went
unnoticed.

Now ./check does check for this helper, and errors are easier to figure out.

Regards,

Phil.

Philippe Mathieu-Daudé (2):
  qemu-iotests: add missing rule to build socket_scm_helper
  qemu-iotests: check socket_scm_helper is available

 tests/Makefile.include   | 2 +-
 tests/qemu-iotests/check | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

-- 
2.15.1


Re: [Qemu-devel] [PATCH 0/2] qemu-iotests: add missing make rule for socket_scm_helper
Posted by Paolo Bonzini 6 years, 4 months ago
On 19/12/2017 17:37, Philippe Mathieu-Daudé wrote:
> Hi,
> 
> Apparently block-tests are only run on patchew CI, not Travis, so this went
> unnoticed.
> 
> Now ./check does check for this helper, and errors are easier to figure out.
> 
> Regards,
> 
> Phil.
> 
> Philippe Mathieu-Daudé (2):
>   qemu-iotests: add missing rule to build socket_scm_helper
>   qemu-iotests: check socket_scm_helper is available
> 
>  tests/Makefile.include   | 2 +-
>  tests/qemu-iotests/check | 2 ++
>  2 files changed, 3 insertions(+), 1 deletion(-)
> 

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>