Skip to content

Commit

Permalink
[#801] Improve output so fails easier to find
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Jul 23, 2013
1 parent 9d0db5b commit a22375d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/travis-build
Expand Up @@ -65,5 +65,8 @@ nosetests --ckan --with-pylons=test-core.ini --nologcapture ckan ckanext
# Did an error occur?
NOSE_ERROR=$?

[ "0" -ne "$MOCHA_ERROR" ] && echo MOCKA tests have failed
[ "0" -ne "$NOSE_ERROR" ] && echo NOSE tests have failed

# If an error occured in our tests make sure travis knows
exit `expr $MOCHA_ERROR + $NOSE_ERROR`

0 comments on commit a22375d

Please sign in to comment.