From: Ivan Maidanski Date: Thu, 6 Sep 2018 07:19:49 +0000 (+0300) Subject: Travis CI: Output content of disclaim_test.log X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bcb8491d83b9eddc84f661ae6daccfc5a131d06d;p=gc Travis CI: Output content of disclaim_test.log --- diff --git a/.travis.yml b/.travis.yml index 4dbfc6bf..2d444d70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -585,6 +585,7 @@ script: fi - if [ -f gctest.log ]; then cat gctest.log; fi - if [ -f disclaim_bench.log ]; then cat disclaim_bench.log; fi +- if [ -f disclaim_test.log ]; then cat disclaim_test.log; fi - if [ -f threadkey_test.log ]; then cat threadkey_test.log; fi - if [[ "$CSA_CHECK" == true ]]; then ${CC} --analyze -Xanalyzer -analyzer-output=text -Werror