Re: [Qemu-devel] [PATCH for 3.0 05/10] docker: move make check into check_qemu helper

2018-07-10 Thread Fam Zheng
On Mon, 07/09 16:21, Alex Bennée wrote: > Not all docker images can run the check step. Let's everything into a "move everything"? > common helper so we don't need to replicate checks in the future. > > Signed-off-by: Alex Bennée > --- > tests/docker/common.rc | 10 ++ >

[Qemu-devel] [PATCH for 3.0 05/10] docker: move make check into check_qemu helper

2018-07-09 Thread Alex Bennée
Not all docker images can run the check step. Let's everything into a common helper so we don't need to replicate checks in the future. Signed-off-by: Alex Bennée --- tests/docker/common.rc | 10 ++ tests/docker/test-clang | 2 +- tests/docker/test-debug | 2 +-