]> Git Repo - qemu.git/commitdiff
tests/docker: remove unnecessary default definitions
authorPaolo Bonzini <[email protected]>
Tue, 19 Apr 2022 09:10:02 +0000 (10:10 +0100)
committerAlex Bennée <[email protected]>
Wed, 20 Apr 2022 15:04:20 +0000 (16:04 +0100)
The definition of DOCKER_IMAGES and DOCKER_TESTS copes already with an
empty value of $(IMAGES) and $(TESTS), no need to force them to "%" if
undefined.

Signed-off-by: Paolo Bonzini <[email protected]>
Message-Id: <20220401141326.1244422[email protected]>
Signed-off-by: Alex Bennée <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-Id: <20220419091020.3008144[email protected]>

tests/docker/Makefile.include

index c8d0ec3c6639ca8996daef7029b26079198b7343..751151d7e9a6be982795c27775b9a77fec7c2a55 100644 (file)
@@ -8,11 +8,6 @@ COMMA := ,
 
 HOST_ARCH = $(if $(ARCH),$(ARCH),$(shell uname -m))
 
-# These variables can be set by the user to limit the set of docker
-# images and tests to a more restricted subset
-TESTS ?= %
-IMAGES ?= %
-
 DOCKER_FILES_DIR := $(SRC_PATH)/tests/docker/dockerfiles
 # we don't run tests on intermediate images (used as base by another image)
 DOCKER_PARTIAL_IMAGES := debian10 debian11
This page took 0.021944 seconds and 4 git commands to generate.