public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/tests/emerge/
Date: Mon, 29 Aug 2011 18:25:07 +0000 (UTC)	[thread overview]
Message-ID: <e49772302478a05a2df6f8fa6d2086cf7ccd2bc7.zmedico@gentoo> (raw)

commit:     e49772302478a05a2df6f8fa6d2086cf7ccd2bc7
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 18:24:15 2011 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 18:25:01 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=e4977230

Fix PORTDIR in emerge tests.

---
 pym/portage/tests/emerge/test_simple.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/pym/portage/tests/emerge/test_simple.py b/pym/portage/tests/emerge/test_simple.py
index 2aca3e3..09972ba 100644
--- a/pym/portage/tests/emerge/test_simple.py
+++ b/pym/portage/tests/emerge/test_simple.py
@@ -72,6 +72,7 @@ class SimpleEmergeTestCase(TestCase):
 		distdir = os.path.join(eprefix, "distdir")
 		fake_bin = os.path.join(eprefix, "bin")
 		portage_tmpdir = os.path.join(eprefix, "var", "tmp", "portage")
+		portdir = settings["PORTDIR"]
 		profile_path = settings.profile_path
 		var_cache_edb = os.path.join(eprefix, "var", "cache", "edb")
 
@@ -106,6 +107,7 @@ class SimpleEmergeTestCase(TestCase):
 			"PORTAGE_GRPNAME" : os.environ["PORTAGE_GRPNAME"],
 			"PORTAGE_TMPDIR" : portage_tmpdir,
 			"PORTAGE_USERNAME" : os.environ["PORTAGE_USERNAME"],
+			"PORTDIR" : portdir,
 			"PYTHONPATH" : pythonpath,
 		}
 



             reply	other threads:[~2011-08-29 18:25 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-29 18:25 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-08-30  2:13 [gentoo-commits] proj/portage:master commit in: pym/portage/tests/emerge/ Zac Medico
2011-08-30 20:47 Zac Medico
2011-09-01  6:55 Zac Medico
2011-09-02  1:47 Zac Medico
2011-09-02  2:51 Zac Medico
2011-09-02  6:34 Zac Medico
2011-09-04 17:22 Zac Medico
2011-09-05 21:28 Zac Medico
2011-09-05 21:43 Zac Medico
2011-09-05 23:06 Zac Medico
2011-09-05 23:22 Zac Medico
2011-09-05 23:26 Zac Medico
2011-09-26 19:42 Zac Medico
2011-10-17  1:47 Zac Medico
2011-10-23 22:16 Zac Medico
2011-10-23 22:17 Zac Medico
2011-10-23 22:24 Zac Medico
2011-10-25  0:16 Zac Medico
2011-10-25  6:28 Zac Medico
2011-11-08 16:13 Zac Medico
2011-12-16 23:29 Zac Medico
2012-07-05  8:45 Zac Medico
2013-03-21  7:51 Zac Medico
2013-06-20  0:01 Zac Medico
2018-05-01 17:52 Zac Medico

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e49772302478a05a2df6f8fa6d2086cf7ccd2bc7.zmedico@gentoo \
    --to=zmedico@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox