From e739f23bfa917e35e26a9a070a3d527dae9f1dc6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 26 Mar 2023 18:52:51 +0200 Subject: [PATCH] Log error --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1baff3deab5..0f1b1a5fdff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -473,8 +473,8 @@ script: - | echo "Unit testing" - # Ensure we catch errors. Set this to +e if you want to go to the end to see dolibarr.log file. - set -e + # Ensure we catch errors. Set this to +e instead of -e if you want to go to the end to see dolibarr.log file. + set +e phpunit -d memory_limit=-1 -c test/phpunit/phpunittest.xml test/phpunit/AllTests.php phpunitresult=$? echo "Phpunit return code = $phpunitresult"