Skip to content

Commit d95d145

Browse files
committed
build system: Fix regression from 21752
Fixes #21752 (comment)
1 parent b04752e commit d95d145

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

makefiles/tests/tests.inc.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ TEST_EXECUTOR ?=
2323
TEST_EXECUTOR_FLAGS ?=
2424

2525
# 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)))
26+
ifeq (1-0-test,$(BUILD_IN_DOCKER)-$(INSIDE_DOCKER)-$(filter test,$(DOCKER_MAKECMDGOALS)))
2727
# Yes --> defer test execution to docker
2828
test: ..in-docker-container
2929
else

0 commit comments

Comments
 (0)