Show log file

This commit is contained in:
Laurent Destailleur 2021-06-22 17:43:29 +02:00
parent ecd028d124
commit 9557b62e01

View File

@ -429,7 +429,7 @@ 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
set +e
phpunit -d memory_limit=-1 -c test/phpunit/phpunittest.xml test/phpunit/AllTests.php
phpunitresult=$?
echo "Phpunit return code = $phpunitresult"