Changed project updates to use -v instead of -vvv.

This commit is contained in:
Chris Church
2013-09-12 13:41:04 -04:00
parent ef5835d9d0
commit 95934d9b67
3 changed files with 9 additions and 2 deletions
+2 -1
View File
@@ -622,7 +622,8 @@ class ProjectsTest(BaseTest):
@override_settings(CELERY_ALWAYS_EAGER=True,
CELERY_EAGER_PROPAGATES_EXCEPTIONS=True,
ANSIBLE_TRANSPORT='local',
PROJECT_UPDATE_IDLE_TIMEOUT=30)
PROJECT_UPDATE_IDLE_TIMEOUT=30,
PROJECT_UPDATE_VVV=True)
class ProjectUpdatesTest(BaseTransactionTest):
def setUp(self):