commit: 993b0b847c3f40177c289ca3ee70d56c05f911fe
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 2 14:10:14 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Dec 2 14:10:25 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=993b0b84
dev-php/pecl-http: set SKIP_ONLINE_TESTS=yes
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
dev-php/pecl-http/pecl-http-3.2.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-php/pecl-http/pecl-http-3.2.3.ebuild
b/dev-php/pecl-http/pecl-http-3.2.3.ebuild
index 9d6429e4456..34a213da1df 100644
--- a/dev-php/pecl-http/pecl-http-3.2.3.ebuild
+++ b/dev-php/pecl-http/pecl-http-3.2.3.ebuild
@@ -64,7 +64,7 @@ src_test() {
sed -i \
's/PHP_TEST_SHARED_EXTENSIONS)/PHP_TEST_SHARED_EXTENSIONS) -d
extension=propro.so -d extension=raphf.so/' \
Makefile || die
- NO_INTERACTION="yes" emake test
+ SKIP_ONLINE_TESTS=yes NO_INTERACTION="yes" emake test
# Clean up testing links
rm modules/propro.so modules/raphf.so || die
done