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 13D2A13888F for ; Wed, 14 Oct 2015 14:31:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFBA9E07F4; Wed, 14 Oct 2015 14:31:37 +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 7E5D6E07F4 for ; Wed, 14 Oct 2015 14:31:37 +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 860E5340836 for ; Wed, 14 Oct 2015 14:31:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD42D10B1 for ; Wed, 14 Oct 2015 14:31:27 +0000 (UTC) From: "Keri Harris" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Keri Harris" Message-ID: <1444833013.24f58c570047a930861710193909de8d09d80020.keri@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/swi-prolog/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/swi-prolog/swi-prolog-7.3.9.ebuild X-VCS-Directories: dev-lang/swi-prolog/ X-VCS-Committer: keri X-VCS-Committer-Name: Keri Harris X-VCS-Revision: 24f58c570047a930861710193909de8d09d80020 X-VCS-Branch: master Date: Wed, 14 Oct 2015 14:31:27 +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: 5a019c36-2085-4c74-a4ef-dc1800e0307a X-Archives-Hash: 60418d230915bb65384ae9035725992e commit: 24f58c570047a930861710193909de8d09d80020 Author: Keri Harris gentoo org> AuthorDate: Wed Oct 14 14:30:13 2015 +0000 Commit: Keri Harris gentoo org> CommitDate: Wed Oct 14 14:30:13 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24f58c57 dev-lang/swi-prolog: disable ODBC/X11 tests Package-Manager: portage-2.2.20.1 dev-lang/swi-prolog/swi-prolog-7.3.9.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-lang/swi-prolog/swi-prolog-7.3.9.ebuild b/dev-lang/swi-prolog/swi-prolog-7.3.9.ebuild index 6d28b23..002f2ea 100644 --- a/dev-lang/swi-prolog/swi-prolog-7.3.9.ebuild +++ b/dev-lang/swi-prolog/swi-prolog-7.3.9.ebuild @@ -114,8 +114,12 @@ src_test() { emake check if ! use minimal ; then + unset DISPLAY cd "${S}/packages" || die - emake USE_PUBLIC_NETWORK_TESTS=false DISPLAY= check + emake \ + USE_PUBLIC_NETWORK_TESTS=false \ + USE_ODBC_TESTS=false \ + check ./report-failed || die fi }