Disclose the content of the 'test-suite.log' file (if available) in
case of failures inside Travis-CI. This is needed to understand what
happened and to provide hints about the proper fix (if applicable).
# many unit tests fail & so does syntax-check, so skip for now
# one day we must fix it though....
- make -j3
+
+after_failure:
+ - echo '============================================================================'
+ - 'if [ -f $(pwd)/tests/test-suite.log ]; then
+ cat $(pwd)/tests/test-suite.log;
+ else
+ echo "=== NO LOG FILE FOUND ===";
+ fi'