[Freeipa-devel] [freeipa PR#361][comment] This PR implements a number of improvements for our Travis CI:

stlaz freeipa-github-notification at redhat.com
Wed Jan 4 11:29:51 UTC 2017


  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


More information about the Freeipa-devel mailing list