projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cda5c10
)
dev-php/pecl-http: set SKIP_ONLINE_TESTS=yes
author
Thomas Deutschmann
<whissi@gentoo.org>
Mon, 2 Dec 2019 14:10:14 +0000
(15:10 +0100)
committer
Thomas Deutschmann
<whissi@gentoo.org>
Mon, 2 Dec 2019 14:10:25 +0000
(15:10 +0100)
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
dev-php/pecl-http/pecl-http-3.2.3.ebuild
patch
|
blob
|
history
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 9d6429e4456524c9769ec750c596c0d5a2bc18f5..34a213da1df48f54325c8f2c4b4914bf85117a6c 100644
(file)
--- 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