Skip to content

Commit 81020d0

Browse files
thomas.desaintexuperytarleb
authored andcommitted
Allows to run partial test with docker
1 parent cbd128c commit 81020d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ docker-test:
1717
docker run \
1818
--rm \
1919
--volume "$(PWD):/data" \
20-
--entrypoint /usr/bin/make \
21-
$(LUA_FILTERS_TEST_IMAGE)
20+
--entrypoint /usr/bin/make \
21+
$(LUA_FILTERS_TEST_IMAGE) FILTERS="${FILTERS}"
2222

2323
docker-test-image: .tools/Dockerfile
2424
docker build --tag $(LUA_FILTERS_TEST_IMAGE) --file $< .

0 commit comments

Comments
 (0)