Test travis
This commit is contained in:
parent
26306c90f4
commit
c92d341996
@ -357,6 +357,7 @@ script:
|
|||||||
|
|
||||||
- |
|
- |
|
||||||
echo Output 50 latest lines of dolibarr.log"
|
echo Output 50 latest lines of dolibarr.log"
|
||||||
|
ls $TRAVIS_BUILD_DIR/documents
|
||||||
tail -n 50 $TRAVIS_BUILD_DIR/documents/dolibarr.log
|
tail -n 50 $TRAVIS_BUILD_DIR/documents/dolibarr.log
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
@ -378,7 +379,7 @@ after_failure:
|
|||||||
for ficlog in `ls $TRAVIS_BUILD_DIR/*.log`
|
for ficlog in `ls $TRAVIS_BUILD_DIR/*.log`
|
||||||
do
|
do
|
||||||
echo "Debugging informations for file $ficlog"
|
echo "Debugging informations for file $ficlog"
|
||||||
cat $ficlog
|
#cat $ficlog
|
||||||
done
|
done
|
||||||
echo "Debugging informations for file apache error.log"
|
echo "Debugging informations for file apache error.log"
|
||||||
# Apache log file
|
# Apache log file
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user