We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 677e3d3 + d95d145 commit 5a7be6bCopy full SHA for 5a7be6b
makefiles/tests/tests.inc.mk
@@ -23,7 +23,7 @@ TEST_EXECUTOR ?=
23
TEST_EXECUTOR_FLAGS ?=
24
25
# Are tests going to be run in docker and we are not yet in docker?
26
-ifeq (0-test,$(INSIDE_DOCKER)-$(filter test,$(DOCKER_MAKECMDGOALS)))
+ifeq (1-0-test,$(BUILD_IN_DOCKER)-$(INSIDE_DOCKER)-$(filter test,$(DOCKER_MAKECMDGOALS)))
27
# Yes --> defer test execution to docker
28
test: ..in-docker-container
29
else
0 commit comments