It's ok if there's no commit history. Otherwise the test suite in the tarball will fail.

This commit is contained in:
Soren Hansen
2011-05-04 23:09:06 +02:00
parent a38661e178
commit a99caae535

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':