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:
@@ -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
|
||||
|
Reference in New Issue
Block a user