diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-12-02 15:10:14 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-12-02 15:10:25 +0100 |
commit | 993b0b847c3f40177c289ca3ee70d56c05f911fe (patch) | |
tree | 52274b700850dfe3cfd31e123cbf214fbbb7b696 | |
parent | app-emulation/firecracker: fix license (diff) | |
download | gentoo-993b0b847c3f40177c289ca3ee70d56c05f911fe.tar.gz gentoo-993b0b847c3f40177c289ca3ee70d56c05f911fe.tar.bz2 gentoo-993b0b847c3f40177c289ca3ee70d56c05f911fe.zip |
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@gentoo.org>
-rw-r--r-- | dev-php/pecl-http/pecl-http-3.2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 9d6429e44565..34a213da1df4 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 |