Skip to content
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.

Commit

Permalink
Added -s option to nose
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Nov 9, 2011
1 parent 716bfdf commit 908ac82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ clean:
@git clean -dfX

test: clean
@nosetests --with-django --django-settings=settings_test --with-coverage --cover-package=roan --cover-erase
@nosetests -s --with-django --django-settings=settings_test --with-coverage --cover-package=roan --cover-erase

0 comments on commit 908ac82

Please sign in to comment.