diff options
author | Brian Evans <grknight@gentoo.org> | 2015-12-14 09:34:51 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2015-12-14 09:35:31 -0500 |
commit | 2800a9f4724748e953c61b98eccce43b838ffd58 (patch) | |
tree | 5549c8a4887b7df8e4a973ef0b668c51d1001523 /dev-db | |
parent | dev-db/percona-server: Fix tests due to removed USE flag (diff) | |
download | gentoo-2800a9f4724748e953c61b98eccce43b838ffd58.tar.gz gentoo-2800a9f4724748e953c61b98eccce43b838ffd58.tar.bz2 gentoo-2800a9f4724748e953c61b98eccce43b838ffd58.zip |
dev-db/mariadb: Fix tests due to removed USE flag
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mariadb/mariadb-10.1.9-r1.ebuild | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/dev-db/mariadb/mariadb-10.1.9-r1.ebuild b/dev-db/mariadb/mariadb-10.1.9-r1.ebuild index 6fbdc744019e..30ae24676165 100644 --- a/dev-db/mariadb/mariadb-10.1.9-r1.ebuild +++ b/dev-db/mariadb/mariadb-10.1.9-r1.ebuild @@ -137,13 +137,6 @@ multilib_src_test() { retstatus_unit=$? [[ $retstatus_unit -eq 0 ]] || eerror "test-unit failed" - # Create a symlink to provided binaries so the tests can find them when client-libs is off - if ! use client-libs ; then - ln -srf /usr/bin/my_print_defaults "${BUILD_DIR}/client/my_print_defaults" || die - ln -srf /usr/bin/perror "${BUILD_DIR}/client/perror" || die - mysql-multilib-r1_disable_test main.perror "String mismatch due to not building local perror" - fi - # Ensure that parallel runs don't die export MTR_BUILD_THREAD="$((${RANDOM} % 100))" # Enable parallel testing, auto will try to detect number of cores |