From 40edc5524dfb52fb458dfdc0c2999d2350edbc2a Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 31 Jan 2017 21:46:57 +0300 Subject: [PATCH] Travis CI: Output test_atomic*.log content if available (Cherry-pick commits 8b287a7, ecbe38f from 'master' branch.) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 439fe09..631080d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,3 +32,4 @@ install: script: - make -j check CFLAGS_EXTRA="$CFLAGS_EXTRA $CFLAGS_EXTRA_M" + - if [ -f tests/test_atomic.log ]; then cat tests/test_atomic*.log; fi -- 2.7.4