Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/tests/emerge/
Date: Mon, 05 Sep 2011 23:26:30
Message-Id: 8ce21665b856e24815274240011a4aa81826113a.zmedico@gentoo
1 commit: 8ce21665b856e24815274240011a4aa81826113a
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 5 23:26:05 2011 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 5 23:26:05 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=8ce21665
7
8 tests/emerge: test regenworld
9
10 ---
11 pym/portage/tests/emerge/test_simple.py | 3 +++
12 1 files changed, 3 insertions(+), 0 deletions(-)
13
14 diff --git a/pym/portage/tests/emerge/test_simple.py b/pym/portage/tests/emerge/test_simple.py
15 index 3024dc6..f3c9320 100644
16 --- a/pym/portage/tests/emerge/test_simple.py
17 +++ b/pym/portage/tests/emerge/test_simple.py
18 @@ -139,6 +139,8 @@ src_install() {
19 os.path.join(PORTAGE_BIN_PATH, "portageq"))
20 quickpkg_cmd = (portage_python, "-Wd",
21 os.path.join(PORTAGE_BIN_PATH, "quickpkg"))
22 + regenworld_cmd = (portage_python, "-Wd",
23 + os.path.join(PORTAGE_BIN_PATH, "regenworld"))
24
25 egencache_extra_args = []
26 if self._have_python_xml():
27 @@ -165,6 +167,7 @@ src_install() {
28 emaint_cmd + ("--check", "all"),
29 emaint_cmd + ("--fix", "all"),
30 fixpackages_cmd,
31 + regenworld_cmd,
32 portageq_cmd + ("match", "/", "dev-libs/A"),
33 portageq_cmd + ("best_visible", "/", "dev-libs/A"),
34 portageq_cmd + ("best_visible", "/", "binary", "dev-libs/A"),