mirror of https://github.com/wallabag/wallabag.git
Remove test command from output like other recipes
This commit is contained in:
parent
9a7848e834
commit
01b503d1da
|
@ -32,7 +32,7 @@ build: ## Run webpack
|
||||||
@yarn build:$(ENV)
|
@yarn build:$(ENV)
|
||||||
|
|
||||||
test: ## Launch wallabag testsuite
|
test: ## Launch wallabag testsuite
|
||||||
XDEBUG_MODE=off php -dmemory_limit=-1 bin/phpunit -v
|
@XDEBUG_MODE=off php -dmemory_limit=-1 bin/phpunit -v
|
||||||
|
|
||||||
release: ## Create a package. Need a VERSION parameter (eg: `make release VERSION=master`).
|
release: ## Create a package. Need a VERSION parameter (eg: `make release VERSION=master`).
|
||||||
ifndef VERSION
|
ifndef VERSION
|
||||||
|
|
Loading…
Reference in New Issue