public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: net-libs/qmf/, net-libs/qmf/files/
Date: Mon,  1 Jul 2013 10:13:57 +0000 (UTC)	[thread overview]
Message-ID: <1372673657.583a65c7e5e57f1d9f375b3662ecfa0fa0eca7e7.pesa@gentoo> (raw)

commit:     583a65c7e5e57f1d9f375b3662ecfa0fa0eca7e7
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Mon Jul  1 10:14:17 2013 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon Jul  1 10:14:17 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=583a65c7

[net-libs/qmf] Sync with portage.

Package-Manager: portage-2.2.0_alpha186

---
 .../qmf/files/{qmf-tests.patch => qmf-4.0.2-tests.patch} |  0
 net-libs/qmf/qmf-9999.ebuild                             | 16 ++++++++--------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/net-libs/qmf/files/qmf-tests.patch b/net-libs/qmf/files/qmf-4.0.2-tests.patch
similarity index 100%
rename from net-libs/qmf/files/qmf-tests.patch
rename to net-libs/qmf/files/qmf-4.0.2-tests.patch

diff --git a/net-libs/qmf/qmf-9999.ebuild b/net-libs/qmf/qmf-9999.ebuild
index ca2ac3b..527c949 100644
--- a/net-libs/qmf/qmf-9999.ebuild
+++ b/net-libs/qmf/qmf-9999.ebuild
@@ -39,7 +39,7 @@ DEPEND="${RDEPEND}
 
 DOCS=(CHANGES)
 PATCHES=(
-	"${FILESDIR}/${PN}-tests.patch"
+	"${FILESDIR}/${PN}-4.0.2-tests.patch"
 )
 
 src_prepare() {
@@ -83,14 +83,14 @@ src_test() {
 	emake
 
 	einfo "Running tests"
-	export QMF_DATA="${T}"
+	export QMF_DATA=${T}
 	local fail=false test=
-	for test in locks longstream longstring python_email qcop qlogsystem \
-			qmailaddress qmailcodec qmaillog qmailmessage \
-			qmailmessagebody qmailmessageheader qmailmessagepart \
-			qmailnamespace qprivateimplementation; do
-		if ! LC_ALL=C ./tst_${test}/tst_${test}; then
-			eerror "'${test}' test failed!"
+	for test in tst_*; do
+		# skip test that requires messageserver to be running
+		[[ ${test} == tst_qmailstorageaction ]] && continue
+
+		if ! LC_ALL=C ./${test}/${test}; then
+			eerror "${test#tst_} test failed!"
 			fail=true
 		fi
 		echo


             reply	other threads:[~2013-07-01 10:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-01 10:13 Davide Pesavento [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-04-13 19:31 [gentoo-commits] proj/qt:master commit in: net-libs/qmf/, net-libs/qmf/files/ Davide Pesavento
2012-04-04 10:46 Davide Pesavento

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=1372673657.583a65c7e5e57f1d9f375b3662ecfa0fa0eca7e7.pesa@gentoo \
    --to=pesa@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