summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2019-05-31 09:26:35 +0300
committerIvan Maidanski <ivmai@mail.ru>2019-05-31 09:26:35 +0300
commit9c472d0638f5f54bb247825c420ad8b1251388c5 (patch)
treeb031b15c023e8f48999a8930d98aee52df2f1823 /.travis.yml
parent2b7003769e1ecc941ef80b603cba16a121f37997 (diff)
downloadbdwgc-9c472d0638f5f54bb247825c420ad8b1251388c5.tar.gz
Travis CI: Output content of threadleaktest.log
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 38de48f9..81c915ff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -621,6 +621,7 @@ script:
- if [ -f disclaim_test.log ]; then cat disclaim_test.log; fi
- if [ -f disclaim_weakmap_test.log ]; then cat disclaim_weakmap_test.log; fi
- if [ -f threadkey_test.log ]; then cat threadkey_test.log; fi
+- if [ -f threadleaktest.log ]; then cat threadleaktest.log; fi
- if [[ "$CSA_CHECK" == true ]]; then
${CC} --analyze -Xanalyzer -analyzer-output=text -Werror
-I include -I libatomic_ops/src $CFLAGS_EXTRA