From: Sebastian Luther Date: Sun, 8 Aug 2010 18:20:33 +0000 (+0200) Subject: Tests: ResolverPlayground: don't ignore "local config" to not run in "repoman" mode X-Git-Tag: v2.2_rc68~294 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cc03d96314dc108964c9c1b0431a0466f20ad147;p=portage.git Tests: ResolverPlayground: don't ignore "local config" to not run in "repoman" mode This is supposed to not introduce any side effects from the running system's config --- diff --git a/pym/portage/tests/resolver/ResolverPlayground.py b/pym/portage/tests/resolver/ResolverPlayground.py index 46ae837f6..5b82b9a6c 100644 --- a/pym/portage/tests/resolver/ResolverPlayground.py +++ b/pym/portage/tests/resolver/ResolverPlayground.py @@ -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 = {