Created
June 22, 2011 11:01
-
-
Save natea/1039875 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ fab prepare_deploy | |
[localhost] run: ./manage.py test my_app | |
Creating test database... | |
Creating tables | |
Creating indexes | |
.............E............................ | |
====================================================================== | |
ERROR: testSomething (my_project.my_app.tests.MainTests) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
[...] | |
---------------------------------------------------------------------- | |
Ran 42 tests in 9.138s | |
FAILED (errors=1) | |
Destroying test database... | |
Fatal error: local() encountered an error (return code 2) while executing \ | |
'./manage.py test my_app' | |
Aborting. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment