tests/emerge: test regenworld
authorZac Medico <zmedico@gentoo.org>
Mon, 5 Sep 2011 23:26:05 +0000 (16:26 -0700)
committerZac Medico <zmedico@gentoo.org>
Mon, 5 Sep 2011 23:26:05 +0000 (16:26 -0700)
pym/portage/tests/emerge/test_simple.py

index 3024dc674ce5770a8a37a94d49883f998850169c..f3c93205c9ec2e0882a3f4432669ad2fd46305a1 100644 (file)
@@ -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"),