summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoren Hansen <soren@linux2go.dk>2011-05-04 21:41:28 +0000
committerTarmac <>2011-05-04 21:41:28 +0000
commitcf2dbd1fdfd30896c51ebd0753399a92c3055e13 (patch)
tree9abcbb1cd4641edd55038178af792c8f89bc5178
parentb211728a8f771ed950f48dbc8a8a3dc52b7cbd5b (diff)
parent1c16765a8378819596c1d5fb6178e2167da9ca52 (diff)
downloadnova-cf2dbd1fdfd30896c51ebd0753399a92c3055e13.tar.gz
nova-cf2dbd1fdfd30896c51ebd0753399a92c3055e13.tar.xz
nova-cf2dbd1fdfd30896c51ebd0753399a92c3055e13.zip
Don't fail the test suite in the absence of VCS history.
-rw-r--r--nova/tests/test_misc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/test_misc.py b/nova/tests/test_misc.py
index ad62b48bf..cf8f4c05e 100644
--- a/nova/tests/test_misc.py
+++ b/nova/tests/test_misc.py
@@ -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':