]> granicus.if.org Git - gc/commitdiff
Travis CI: Output content of threadkey_test.log
authorIvan Maidanski <ivmai@mail.ru>
Wed, 28 Feb 2018 06:21:18 +0000 (09:21 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 28 Feb 2018 07:32:04 +0000 (10:32 +0300)
.travis.yml

index 89faa8dafa4fa8227eb61b81359e5c0210041ab6..6df9bd1b1587d41690269fa6d9fe9205ee66c0db 100644 (file)
@@ -560,6 +560,7 @@ script:
             CFLAGS_EXTRA="$CFLAGS_EXTRA";
   fi
 - if [ -f gctest.log ]; then cat gctest.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
         -I include -I libatomic_ops/src $CFLAGS_EXTRA