From 8ce21665b856e24815274240011a4aa81826113a Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 5 Sep 2011 16:26:05 -0700 Subject: [PATCH] tests/emerge: test regenworld --- pym/portage/tests/emerge/test_simple.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pym/portage/tests/emerge/test_simple.py b/pym/portage/tests/emerge/test_simple.py index 3024dc674..f3c93205c 100644 --- a/pym/portage/tests/emerge/test_simple.py +++ b/pym/portage/tests/emerge/test_simple.py @@ -139,6 +139,8 @@ src_install() { os.path.join(PORTAGE_BIN_PATH, "portageq")) quickpkg_cmd = (portage_python, "-Wd", os.path.join(PORTAGE_BIN_PATH, "quickpkg")) + regenworld_cmd = (portage_python, "-Wd", + os.path.join(PORTAGE_BIN_PATH, "regenworld")) egencache_extra_args = [] if self._have_python_xml(): @@ -165,6 +167,7 @@ src_install() { emaint_cmd + ("--check", "all"), emaint_cmd + ("--fix", "all"), fixpackages_cmd, + regenworld_cmd, portageq_cmd + ("match", "/", "dev-libs/A"), portageq_cmd + ("best_visible", "/", "dev-libs/A"), portageq_cmd + ("best_visible", "/", "binary", "dev-libs/A"), -- 2.26.2