Merge "Increase verbosity for functional tests"

This commit is contained in:
Jenkins 2016-08-25 11:42:28 +00:00 committed by Gerrit Code Review
commit 3919c29a99
1 changed files with 1 additions and 1 deletions

View File

@ -489,4 +489,4 @@ def mocked_server():
if __name__ == '__main__':
with mocked_server():
unittest.main()
unittest.main(verbosity=2)