From: Sebastian Luther Date: Tue, 26 Nov 2013 20:06:24 +0000 (+0100) Subject: Suppress debug outout from tests X-Git-Tag: v2.2.8~41 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=902d3661c352875e577a491bf1c758b396c95863;p=portage.git Suppress debug outout from tests --- diff --git a/pym/portage/tests/resolver/test_slot_conflict_rebuild.py b/pym/portage/tests/resolver/test_slot_conflict_rebuild.py index 9fd9164f0..74f5cc146 100644 --- a/pym/portage/tests/resolver/test_slot_conflict_rebuild.py +++ b/pym/portage/tests/resolver/test_slot_conflict_rebuild.py @@ -173,7 +173,7 @@ class SlotConflictRebuildTestCase(TestCase): world = [] playground = ResolverPlayground(ebuilds=ebuilds, - installed=installed, world=world, debug=True) + installed=installed, world=world, debug=False) try: for test_case in test_cases: playground.run_TestCase(test_case)