Skip to content

Commit

Permalink
Not using verbose output with "fab test".
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlecat committed Apr 12, 2015
1 parent 60fd60c commit 76e184b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def test(init_db=True, coverage=True):
init_postgres(create_app().config['TEST_SQLALCHEMY_DATABASE_URI'])

if coverage:
local("nosetests --exe --with-coverage --verbose --cover-package=critiquebrainz --cover-erase --cover-html")
local("nosetests --exe --with-coverage --cover-package=critiquebrainz --cover-erase --cover-html")
print(yellow("Coverage report can be found in cover/index.html file.", bold=True))
else:
local("nosetests --exe")

0 comments on commit 76e184b

Please sign in to comment.