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

index a3b730ba4d91d558b1671f7a56b4fb2e6bfde1e1..3024dc674ce5770a8a37a94d49883f998850169c 100644 (file)
@@ -133,6 +133,8 @@ src_install() {
                        os.path.join(PORTAGE_BIN_PATH, "emaint"))
                env_update_cmd = (portage_python, "-Wd",
                        os.path.join(PORTAGE_BIN_PATH, "env-update"))
+               fixpackages_cmd = (portage_python, "-Wd",
+                       os.path.join(PORTAGE_BIN_PATH, "fixpackages"))
                portageq_cmd = (portage_python, "-Wd",
                        os.path.join(PORTAGE_BIN_PATH, "portageq"))
                quickpkg_cmd = (portage_python, "-Wd",
@@ -162,6 +164,7 @@ src_install() {
                        emerge_cmd + ("--usepkgonly", "dev-libs/A"),
                        emaint_cmd + ("--check", "all"),
                        emaint_cmd + ("--fix", "all"),
+                       fixpackages_cmd,
                        portageq_cmd + ("match", "/", "dev-libs/A"),
                        portageq_cmd + ("best_visible", "/", "dev-libs/A"),
                        portageq_cmd + ("best_visible", "/", "binary", "dev-libs/A"),