From ff8f4079eaf57b88f356b266ada37150bc2594d8 Mon Sep 17 00:00:00 2001 From: Yassine Guedidi Date: Tue, 3 May 2022 02:50:20 +0200 Subject: [PATCH] Disable XDebug in test make recipe --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index c2da3e1b8..399fa44f0 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -46,7 +46,7 @@ fixtures: ## Load fixtures into database php bin/console doctrine:fixtures:load --no-interaction --env=test test: prepare fixtures ## Launch wallabag testsuite - bin/simple-phpunit -v + XDEBUG_MODE=off bin/simple-phpunit -v release: ## Create a package. Need a VERSION parameter (eg: `make release VERSION=master`). ifndef VERSION