aboutsummaryrefslogtreecommitdiff
path: root/tests/docker/test-debug
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2018-07-09 13:27:54 +0100
committerAlex Bennée <alex.bennee@linaro.org>2018-07-24 11:45:25 +0100
commit3f9747a73891e50d9c09d2fc3dbba6f1fdd03a13 (patch)
tree60cb3cd074b9d43cafa0e81e3ce39c505d483ba8 /tests/docker/test-debug
parente4ce964d94ee8648c85cbdbe149156d29a4ee53f (diff)
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-debug')
-rwxr-xr-xtests/docker/test-debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/docker/test-debug b/tests/docker/test-debug
index d3f9f70d01..137f4f2ddc 100755
--- a/tests/docker/test-debug
+++ b/tests/docker/test-debug
@@ -22,5 +22,5 @@ OPTS="--cxx=clang++ --cc=clang --host-cc=clang"
OPTS="--enable-debug --enable-sanitizers $OPTS"
build_qemu $OPTS
-make $MAKEFLAGS V=1 check
+check_qemu check V=1
install_qemu