Skip to content

Commit

Permalink
Let travis print a diff of all failed tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinius committed Jun 24, 2015
1 parent 7819d97 commit ecfdaaf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ script:
- python manage.py test --pythonpath=../eoxserver/resources coverages -v2
- python manage.py test autotest_services -v2
- python manage.py test autotest_coverages -v2
after_failure:
# show differences
- 'for file in `ls autotest/responses/*` ; do diff autotest/expected/`basename $file` $file ; done'
notifications:
irc:
channels:
Expand Down

0 comments on commit ecfdaaf

Please sign in to comment.