dev-db/mariadb: [QA] Fix MissingTestRestrict

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-12-12 16:32:25 +01:00
parent ef765cdc21
commit ce9f33409d
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ IUSE="+backup bindist client-libs cracklib debug extraengine galera jdbc jemallo
systemd systemtap static static-libs tcmalloc test tokudb xml yassl"
# Tests always fail when libressl is enabled due to hard-coded ciphers in the tests
RESTRICT="!bindist? ( bindist ) libressl? ( test )"
RESTRICT="!bindist? ( bindist ) !test? ( test ) libressl? ( test )"
REQUIRED_USE="jdbc? ( extraengine server !static )
server? ( tokudb? ( jemalloc !tcmalloc ) )

View File

@@ -35,7 +35,7 @@ IUSE="+backup bindist client-libs cracklib debug extraengine galera innodb-lz4
test tokudb xml yassl"
# Tests always fail when libressl is enabled due to hard-coded ciphers in the tests
RESTRICT="!bindist? ( bindist ) libressl? ( test )"
RESTRICT="!bindist? ( bindist ) !test? ( test ) libressl? ( test )"
REQUIRED_USE="jdbc? ( extraengine server !static )
server? ( tokudb? ( jemalloc !tcmalloc ) )