mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Debug
This commit is contained in:
parent
de1c6cce63
commit
1d9acd6a24
|
|
@ -293,9 +293,12 @@ script:
|
|||
set -e
|
||||
phpunit -d memory_limit=-1 -c test/phpunit/phpunittest.xml test/phpunit/AllTests.php
|
||||
set +e
|
||||
echo
|
||||
echo Output dolibarr.log
|
||||
echo cat documents/dolibarr.log
|
||||
|
||||
after_success:
|
||||
- |
|
||||
echo Success
|
||||
|
||||
after_failure:
|
||||
- |
|
||||
|
|
@ -315,4 +318,7 @@ after_failure:
|
|||
fi
|
||||
|
||||
after_script:
|
||||
- |
|
||||
# Dolibarr log file
|
||||
cat documents/dolibarr.log
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user