diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-09-03 18:52:24 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-09-03 19:00:18 +0200 |
commit | 9fc1f00738d06e9176cfa433f83a9d4dd1cec731 (patch) | |
tree | fae6c65afa97952a96cba250d3ed29c87eec22e8 /dev-php/xdebug | |
parent | dev-php/igbinary: x86 stable (bug #740216) (diff) | |
download | gentoo-9fc1f00738d06e9176cfa433f83a9d4dd1cec731.tar.gz gentoo-9fc1f00738d06e9176cfa433f83a9d4dd1cec731.tar.bz2 gentoo-9fc1f00738d06e9176cfa433f83a9d4dd1cec731.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>
Diffstat (limited to 'dev-php/xdebug')
-rw-r--r-- | dev-php/xdebug/xdebug-2.9.6.ebuild | 3 |
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}" |