From 01b503d1da194d71562d299a52ab647ad57e1ecc Mon Sep 17 00:00:00 2001 From: Yassine Guedidi Date: Mon, 18 Nov 2024 23:53:09 +0100 Subject: [PATCH] Remove test command from output like other recipes --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 1af36780b..8e6e6ca9d 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -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