From: Zac Medico Date: Mon, 5 Sep 2011 23:26:05 +0000 (-0700) Subject: tests/emerge: test regenworld X-Git-Tag: v2.2.0_alpha54~2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8ce21665b856e24815274240011a4aa81826113a;p=portage.git tests/emerge: test regenworld --- 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"),