Suppress debug outout from tests
authorSebastian Luther <SebastianLuther@gmx.de>
Tue, 26 Nov 2013 20:06:24 +0000 (21:06 +0100)
committerMike Frysinger <vapier@gentoo.org>
Wed, 27 Nov 2013 07:44:43 +0000 (02:44 -0500)
pym/portage/tests/resolver/test_slot_conflict_rebuild.py

index 9fd9164f0b3c8683e3facb53902b2edd69dca7bf..74f5cc146c09d50550420e49d427a0d1156565fe 100644 (file)
@@ -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)