Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-http/
Date: Mon, 02 Dec 2019 14:10:34
Message-Id: 1575295825.993b0b847c3f40177c289ca3ee70d56c05f911fe.whissi@gentoo
1 commit: 993b0b847c3f40177c289ca3ee70d56c05f911fe
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 2 14:10:14 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 2 14:10:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=993b0b84
7
8 dev-php/pecl-http: set SKIP_ONLINE_TESTS=yes
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.19
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-php/pecl-http/pecl-http-3.2.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-php/pecl-http/pecl-http-3.2.3.ebuild b/dev-php/pecl-http/pecl-http-3.2.3.ebuild
17 index 9d6429e4456..34a213da1df 100644
18 --- a/dev-php/pecl-http/pecl-http-3.2.3.ebuild
19 +++ b/dev-php/pecl-http/pecl-http-3.2.3.ebuild
20 @@ -64,7 +64,7 @@ src_test() {
21 sed -i \
22 's/PHP_TEST_SHARED_EXTENSIONS)/PHP_TEST_SHARED_EXTENSIONS) -d extension=propro.so -d extension=raphf.so/' \
23 Makefile || die
24 - NO_INTERACTION="yes" emake test
25 + SKIP_ONLINE_TESTS=yes NO_INTERACTION="yes" emake test
26 # Clean up testing links
27 rm modules/propro.so modules/raphf.so || die
28 done