URL: https://github.com/freeipa/freeipa/pull/361 Title: #361: This PR implements a number of improvements for our Travis CI:
stlaz commented: """ @martbab My naive solution is to do something like ```bash LINE=`grep -n -m 1 $CI_TRAVIS_LOG -e "=== FAILURES ===" | cut -d: -f1` LINES=`wc -l $CI_TRAVIS_LOG` tail -n `expr $LINES - $LINE` $CI_TRAVIS_LOG ``` """ See the full comment at https://github.com/freeipa/freeipa/pull/361#issuecomment-270350910
-- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code
