travis: Show valgrind output in log

This might cause logs to get large.  We might need to post the logs to
some URI.
This commit is contained in:
Nicolas Williams
2020-04-23 21:47:28 -05:00
parent 6a48aa4a0f
commit 3ca80a69f4

View File

@@ -51,6 +51,7 @@ script:
after_script:
- if [ -n "$COVERAGE" ]; then ../tools/coveralls-tool -O $PWD -S ..; fi
- find . -name \*.log -print0|xargs -0 grep '^==[1-9]'
after_failure:
- find . -name test-suite.log -print0 | xargs -0 cat