From 3f9747a73891e50d9c09d2fc3dbba6f1fdd03a13 Mon Sep 17 00:00:00 2001 From: Alex Bennée Date: Mon, 9 Jul 2018 13:27:54 +0100 Subject: docker: move make check into check_qemu helper Not all docker images can run the check step. Let's move everything into a common helper so we don't need to replicate checks in the future. Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé --- tests/docker/test-full | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/docker/test-full') diff --git a/tests/docker/test-full b/tests/docker/test-full index b4e42d25d7..aadc0f00a2 100755 --- a/tests/docker/test-full +++ b/tests/docker/test-full @@ -15,4 +15,4 @@ cd "$BUILD_DIR" -build_qemu && make check $MAKEFLAGS && install_qemu +build_qemu && check_qemu && install_qemu -- cgit v1.2.3-55-g7522