Travis test
This commit is contained in:
parent
bd5729f941
commit
0297290365
@ -381,10 +381,11 @@ after_failure:
|
|||||||
# Apache log file
|
# Apache log file
|
||||||
sudo cat /var/log/apache2/error.log
|
sudo cat /var/log/apache2/error.log
|
||||||
# Dolibarr log file
|
# Dolibarr log file
|
||||||
cat documents/dolibarr.log
|
|
||||||
if [ "$DEBUG" = true ]; then
|
if [ "$DEBUG" = true ]; then
|
||||||
|
echo Output 50 latest lines of dolibarr.log"
|
||||||
|
tail -n 50 documents/dolibarr.log
|
||||||
# MariaDB log file
|
# MariaDB log file
|
||||||
sudo cat /var/log/mysql/error.log
|
sudo tail -n 50 /var/log/mysql/error.log
|
||||||
# TODO: PostgreSQL log file
|
# TODO: PostgreSQL log file
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user