Message ID | 1495785606-5618-4-git-send-email-odpbot@yandex.ru |
---|---|
State | New |
Headers | show |
Series | [v2,1/3] travis: split build into separate stages | expand |
diff --git a/.travis.yml b/.travis.yml index af47ed17..a7ad2a74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -155,3 +155,6 @@ jobs: - ODP_PATCHES=`echo ${TRAVIS_COMMIT_RANGE} | sed 's/\.//'`; - if [ -z "${ODP_PATCHES}" ]; then env; exit 1; fi; - ./scripts/ci-checkpatches.sh ${ODP_PATCHES}; + +after_failure: + - find . -name 'test-suite.log' -execdir grep -il "FAILED" {} \; -exec echo {} \; -exec cat {} \;