Don't fail the test suite in the absence of VCS history.

This commit is contained in:
Soren Hansen
2011-05-04 21:41:28 +00:00
committed by Tarmac

View File

@@ -68,7 +68,7 @@ class ProjectTestCase(test.TestCase):
contributors.add(str_dict_replace(email, mailmap))
else:
self.assertTrue(False, 'Cannot read commit history')
return
for contributor in contributors:
if contributor == 'nova-core':