From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0269C1384B4 for ; Tue, 29 Dec 2015 10:02:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C854521C043; Tue, 29 Dec 2015 10:02:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8969921C020 for ; Tue, 29 Dec 2015 10:02:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C767E3407D7 for ; Tue, 29 Dec 2015 10:02:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1A09CFF for ; Tue, 29 Dec 2015 10:02:03 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1451383313.187d20bbeaa33efba1696beb2f54f34ce3ba0e4b.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/mpe2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/mpe2/mpe2-1.0.6_p1-r2.ebuild X-VCS-Directories: sys-cluster/mpe2/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 187d20bbeaa33efba1696beb2f54f34ce3ba0e4b X-VCS-Branch: master Date: Tue, 29 Dec 2015 10:02:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 27d39aad-4e40-4f31-9fd3-3d27c5d8d97a X-Archives-Hash: a039989b516caa48e3811900942b2a3a commit: 187d20bbeaa33efba1696beb2f54f34ce3ba0e4b Author: Justin Lecher gentoo org> AuthorDate: Tue Dec 29 09:47:01 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Dec 29 10:01:53 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=187d20bb sys-cluster/mpe2: Use einfo for information Signed-off-by: Justin Lecher gentoo.org> sys-cluster/mpe2/mpe2-1.0.6_p1-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-cluster/mpe2/mpe2-1.0.6_p1-r2.ebuild b/sys-cluster/mpe2/mpe2-1.0.6_p1-r2.ebuild index c85516f..8c657851 100644 --- a/sys-cluster/mpe2/mpe2-1.0.6_p1-r2.ebuild +++ b/sys-cluster/mpe2/mpe2-1.0.6_p1-r2.ebuild @@ -122,9 +122,9 @@ src_test() { export MPD_CONF_FILE="${T}/mpd.conf" "${ROOT}"usr/bin/mpd -d --pidfile="${T}"/mpd.pid elif [[ "${MPE_IMP}" == openmpi* ]] && [ -z "${MPE2_FORCE_OPENMPI_TEST}" ]; then - elog - elog "Skipping tests for openmpi" - elog + echo + einfo "Skipping tests for openmpi" + echo return 0 fi