From 252f2bfacd0b4a24a57d6774ce43bdaa3c29f4a2 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 21 Feb 2021 11:23:27 +0100 Subject: PHP8: Fix testsuite compatibility Signed-off-by: Florian Pritz --- run-tests.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'run-tests.sh') diff --git a/run-tests.sh b/run-tests.sh index db6a977f4..166aacd3f 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -6,6 +6,10 @@ export ENVIRONMENT="testsuite" export COLLECT_COVERAGE=1 +if [[ $COLLECT_COVERAGE = 1 ]]; then + export XDEBUG_MODE=coverage +fi + startdir="$(dirname "$0")" datadir="testsuite-tmp" -- cgit v1.2.3-24-g4f1b