diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2018-07-09 13:27:54 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2018-07-24 11:45:25 +0100 |
commit | 3f9747a73891e50d9c09d2fc3dbba6f1fdd03a13 (patch) | |
tree | 60cb3cd074b9d43cafa0e81e3ce39c505d483ba8 /tests/docker/test-full | |
parent | e4ce964d94ee8648c85cbdbe149156d29a4ee53f (diff) | |
download | qemu-3f9747a73891e50d9c09d2fc3dbba6f1fdd03a13.zip |
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 <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'tests/docker/test-full')
-rwxr-xr-x | tests/docker/test-full | 2 |
1 files changed, 1 insertions, 1 deletions
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 |