[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 03/15] tests/docker: remove dead variable
|
From: |
Paolo Bonzini |
|
Subject: |
[PATCH 03/15] tests/docker: remove dead variable |
|
Date: |
Mon, 28 Mar 2022 10:02:28 -0400 |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
tests/docker/Makefile.include | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/docker/Makefile.include b/tests/docker/Makefile.include
index 8248cfdb4f..372517f113 100644
--- a/tests/docker/Makefile.include
+++ b/tests/docker/Makefile.include
@@ -13,7 +13,6 @@ HOST_ARCH = $(if $(ARCH),$(ARCH),$(shell uname -m))
TESTS ?= %
IMAGES ?= %
-DOCKER_SUFFIX := .docker
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
--
2.31.1
- Re: [PATCH 02/15] tests/docker: remove test targets, (continued)
- [PATCH 05/15] tests/docker: inline variable definitions or move close to use, Paolo Bonzini, 2022/03/28
- [PATCH 08/15] tests/tcg: add compiler test variables when using containers, Paolo Bonzini, 2022/03/28
- [PATCH 14/15] tests/docker: remove SKIP_DOCKER_BUILD, Paolo Bonzini, 2022/03/28
- [PATCH 01/15] tests/docker: remove dead code, Paolo Bonzini, 2022/03/28
- [PATCH 04/15] tests/docker: remove unnecessary default definitions, Paolo Bonzini, 2022/03/28
- [PATCH 13/15] tests/tcg: invoke Makefile.target directly from QEMU's makefile, Paolo Bonzini, 2022/03/28
- [PATCH 03/15] tests/docker: remove dead variable,
Paolo Bonzini <=
- [PATCH 10/15] tests/tcg: remove CONFIG_USER_ONLY from config-target.mak, Paolo Bonzini, 2022/03/28
- [PATCH 06/15] tests/docker: remove unnecessary filtering of $(DOCKER_IMAGES), Paolo Bonzini, 2022/03/28
- [PATCH 07/15] tests/docker: simplify docker-TEST@IMAGE targets, Paolo Bonzini, 2022/03/28
- [PATCH 09/15] tests/tcg: remove CONFIG_LINUX_USER from config-target.mak, Paolo Bonzini, 2022/03/28
- [PATCH 12/15] tests/tcg: list test targets in Makefile.prereqs, Paolo Bonzini, 2022/03/28
- [PATCH 15/15] tests/tcg: fix non-static build, Paolo Bonzini, 2022/03/28