]> git.proxmox.com Git - mirror_qemu.git/commit
tests/docker: restore TESTS/IMAGES filtering
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 25 Feb 2022 17:20:04 +0000 (17:20 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 28 Feb 2022 16:41:44 +0000 (16:41 +0000)
commitbe20302ae8762e13211b820a6f3b5178ef0c976c
treeeff9c241d82bd0eeade2250e327fc4033baf752b
parentfa435db8ce1dff3b15e3f59a12f55f7b3a347b08
tests/docker: restore TESTS/IMAGES filtering

This was broken in the re-factor:

  e86c9a64f4 ("tests/docker/Makefile.include: add a generic docker-run target")

Rather than unwind the changes just apply the filters to the total set
of available images and tests. That way we don't inadvertently build
images only not to use them later.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reported-by: Alex Williamson <alex.williamson@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220225172021.3493923-2-alex.bennee@linaro.org>
tests/docker/Makefile.include