Tests: ResolverPlayground: don't ignore "local config" to not run in "repoman" mode
authorSebastian Luther <SebastianLuther@gmx.de>
Sun, 8 Aug 2010 18:20:33 +0000 (20:20 +0200)
committerZac Medico <zmedico@gentoo.org>
Wed, 11 Aug 2010 11:04:11 +0000 (04:04 -0700)
This is supposed to not introduce any side effects from the running system's config

pym/portage/tests/resolver/ResolverPlayground.py

index 46ae837f6ab179d3440b12ad0828ac43ea9ed46d..5b82b9a6c8becc76f36350901238b1bf94a4f5ef 100644 (file)
@@ -162,7 +162,7 @@ class ResolverPlayground(object):
                        'PORTAGE_TMPDIR' : os.path.join(self.root, 'var/tmp')
                }
 
-               settings = config(config_root=self.root, target_root=self.root, local_config=False, env=env)
+               settings = config(config_root=self.root, target_root=self.root, env=env)
                settings.lock()
 
                trees = {