[TOOLS] Allow specifying a list of filters when running tests with make. When running make test foobar only the test foobar is executed (read the documentation for phpunit --filter)

This commit is contained in:
Hugo Sales 2021-10-28 17:24:43 +01:00 committed by Diogo Peralta Cordeiro
parent c862c9bf18
commit 73e772e576
Signed by: diogo
GPG Key ID: 18D2D35001FBFAB0

View File

@ -35,7 +35,7 @@ tooling-docker: .PHONY
@cd docker/tooling && docker-compose up -d > /dev/null 2>&1 @cd docker/tooling && docker-compose up -d > /dev/null 2>&1
test: tooling-docker test: tooling-docker
docker exec $(call translate-container-name,tooling_php_1) /var/tooling/coverage.sh $(call args,defaultstring) docker exec $(call translate-container-name,tooling_php_1) /var/tooling/coverage.sh $(call args,'.*')
doc-check: doc-check:
bin/php-doc-check src components plugins bin/php-doc-check src components plugins