summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-09-05 16:26:05 -0700
committerZac Medico <zmedico@gentoo.org>2011-09-05 16:26:05 -0700
commit8ce21665b856e24815274240011a4aa81826113a (patch)
tree835ecf4dea2974b699ac0ae92030aa986866680c /pym
parentd7a07a90a06de61563c6041eebde7a4198b643cf (diff)
downloadportage-8ce21665b856e24815274240011a4aa81826113a.tar.gz
portage-8ce21665b856e24815274240011a4aa81826113a.tar.bz2
portage-8ce21665b856e24815274240011a4aa81826113a.zip
tests/emerge: test regenworld
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/tests/emerge/test_simple.py3
1 files changed, 3 insertions, 0 deletions
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"),