summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--morphlib/repoaliasresolver_tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/morphlib/repoaliasresolver_tests.py b/morphlib/repoaliasresolver_tests.py
index 21724a35..8e1827d7 100644
--- a/morphlib/repoaliasresolver_tests.py
+++ b/morphlib/repoaliasresolver_tests.py
@@ -15,12 +15,14 @@
import morphlib
+import logging
import unittest
class RepoAliasResolverTests(unittest.TestCase):
def setUp(self):
+ logging.disable(logging.critical)
self.aliases = [
('upstream='
'git://gitorious.org/baserock-morphs/%s#'