mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-22 17:11:07 +00:00
Remove test command from output like other recipes
This commit is contained in:
parent
9a7848e834
commit
01b503d1da
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ build: ## Run webpack
|
|||
@yarn build:$(ENV)
|
||||
|
||||
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`).
|
||||
ifndef VERSION
|
||||
|
|
Loading…
Reference in a new issue