From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/pms-test-suite:master commit in: basic/
Date: Tue, 31 May 2011 18:10:12 +0000 (UTC) [thread overview]
Message-ID: <54b1047b7b7844ce48d9f765e8fcf5cfd2effa46.mgorny@gentoo> (raw)
commit: 54b1047b7b7844ce48d9f765e8fcf5cfd2effa46
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 18 16:40:12 2011 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 31 18:01:17 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pms-test-suite.git;a=commit;h=54b1047b
Move ebuilds vars to a separate dict.
---
basic/phase-function-order.py | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/basic/phase-function-order.py b/basic/phase-function-order.py
index 59307f9..01e71c9 100644
--- a/basic/phase-function-order.py
+++ b/basic/phase-function-order.py
@@ -11,7 +11,9 @@ class EbuildTest(object):
class PhaseFunctionOrderTest(EbuildTest):
relevant_eapis = (0, 2, 4)
- DESCRIPTION = 'Phase function execution order test'
+ ebuild_vars = {
+ 'DESCRIPTION': 'Phase function execution order test'
+ }
def __init__(self):
for func in self.phase_funcs.keys():
next reply other threads:[~2011-05-31 18:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-31 18:10 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-05-31 18:10 [gentoo-commits] proj/pms-test-suite:master commit in: basic/ Michał Górny
2011-05-31 18:10 Michał Górny
2011-05-31 18:10 Michał Górny
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=54b1047b7b7844ce48d9f765e8fcf5cfd2effa46.mgorny@gentoo \
--to=mgorny@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