This commit is contained in:
Laurent Destailleur 2016-02-02 12:53:45 +01:00
parent de1c6cce63
commit 1d9acd6a24

View File

@ -293,9 +293,12 @@ script:
set -e set -e
phpunit -d memory_limit=-1 -c test/phpunit/phpunittest.xml test/phpunit/AllTests.php phpunit -d memory_limit=-1 -c test/phpunit/phpunittest.xml test/phpunit/AllTests.php
set +e set +e
echo echo Output dolibarr.log
echo cat documents/dolibarr.log
after_success: after_success:
- |
echo Success
after_failure: after_failure:
- | - |
@ -315,4 +318,7 @@ after_failure:
fi fi
after_script: after_script:
- |
# Dolibarr log file
cat documents/dolibarr.log