diff options
| author | Soren Hansen <soren@linux2go.dk> | 2011-05-04 21:41:28 +0000 |
|---|---|---|
| committer | Tarmac <> | 2011-05-04 21:41:28 +0000 |
| commit | cf2dbd1fdfd30896c51ebd0753399a92c3055e13 (patch) | |
| tree | 9abcbb1cd4641edd55038178af792c8f89bc5178 | |
| parent | b211728a8f771ed950f48dbc8a8a3dc52b7cbd5b (diff) | |
| parent | 1c16765a8378819596c1d5fb6178e2167da9ca52 (diff) | |
| download | nova-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.py | 2 |
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': |
