summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-09-03 18:52:24 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-09-03 19:00:18 +0200
commit9fc1f00738d06e9176cfa433f83a9d4dd1cec731 (patch)
treefae6c65afa97952a96cba250d3ed29c87eec22e8
parentdev-php/igbinary: x86 stable (bug #740216) (diff)
downloadgentoo-9fc1f007.tar.gz
gentoo-9fc1f007.tar.bz2
gentoo-9fc1f007.zip
dev-php/xdebug: disable tests
Tests requiring xdebug.remote_enable=1 are failing for yet unknown reason and other tests have hardcoded paths like /tmp, ignoring $T, causing test failures. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r--dev-php/xdebug/xdebug-2.9.6.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-php/xdebug/xdebug-2.9.6.ebuild b/dev-php/xdebug/xdebug-2.9.6.ebuild
index 95745e2c779d..2edd756ef66e 100644
--- a/dev-php/xdebug/xdebug-2.9.6.ebuild
+++ b/dev-php/xdebug/xdebug-2.9.6.ebuild
@@ -27,6 +27,9 @@ LICENSE="Xdebug"
SLOT="0"
IUSE=""
+# Tests are known to fail
+RESTRICT="test"
+
DEPEND=""
RDEPEND="${DEPEND}
~dev-php/xdebug-client-${PV}"