Gentoo Archives: gentoo-portage-dev

From: SebastianLuther@×××.de
To: gentoo-portage-dev@l.g.o
Cc: Sebastian Luther <SebastianLuther@×××.de>
Subject: [gentoo-portage-dev] [PATCH 2/2] Suppress debug outout from tests
Date: Tue, 26 Nov 2013 20:08:26
Message-Id: 1385496384-30610-3-git-send-email-SebastianLuther@gmx.de
In Reply to: [gentoo-portage-dev] Another slot operator fix by SebastianLuther@gmx.de
1 From: Sebastian Luther <SebastianLuther@×××.de>
2
3 ---
4 pym/portage/tests/resolver/test_slot_conflict_rebuild.py | 2 +-
5 1 file changed, 1 insertion(+), 1 deletion(-)
6
7 diff --git a/pym/portage/tests/resolver/test_slot_conflict_rebuild.py b/pym/portage/tests/resolver/test_slot_conflict_rebuild.py
8 index f39508c..cac8742 100644
9 --- a/pym/portage/tests/resolver/test_slot_conflict_rebuild.py
10 +++ b/pym/portage/tests/resolver/test_slot_conflict_rebuild.py
11 @@ -173,7 +173,7 @@ class SlotConflictRebuildTestCase(TestCase):
12 world = []
13
14 playground = ResolverPlayground(ebuilds=ebuilds,
15 - installed=installed, world=world, debug=True)
16 + installed=installed, world=world, debug=False)
17 try:
18 for test_case in test_cases:
19 playground.run_TestCase(test_case)
20 --
21 1.8.1.5