Debug
This commit is contained in:
parent
de1c6cce63
commit
1d9acd6a24
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user