travis: Show valgrind output in log
authorNicolas Williams <nico@twosigma.com>
Fri, 24 Apr 2020 02:47:28 +0000 (21:47 -0500)
committerNicolas Williams <nico@twosigma.com>
Fri, 24 Apr 2020 21:02:35 +0000 (16:02 -0500)
This might cause logs to get large.  We might need to post the logs to
some URI.

.travis.yml

index ad906d7f8413c998187f4059ebf290421b26cd53..78bb4caea19dd43421ec1a62d969b8714926defa 100644 (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