Re: [PATCH v1 4/9] tests/docker: allow user to override check target

2022-11-08 Thread Philippe Mathieu-Daudé
On 8/11/22 10:23, Alex Bennée wrote: This is useful when trying to bisect a particular failing test behind a docker run. For example: make docker-test-clang@fedora \ TARGET_LIST=arm-softmmu \ TEST_COMMAND="meson test qtest-arm/qos-test" \ J=9 V=1 Signed-off-by: Alex Bennée -

[PATCH v1 4/9] tests/docker: allow user to override check target

2022-11-08 Thread Alex Bennée
This is useful when trying to bisect a particular failing test behind a docker run. For example: make docker-test-clang@fedora \ TARGET_LIST=arm-softmmu \ TEST_COMMAND="meson test qtest-arm/qos-test" \ J=9 V=1 Signed-off-by: Alex Bennée --- v1 - fix s/target /target./ - CHECK_TA