diff options
author | Brian Evans <grknight@gentoo.org> | 2015-12-14 09:27:10 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2015-12-14 09:35:21 -0500 |
commit | 3ebff50c7ef89f55f3830ff1389bab68e25e68b3 (patch) | |
tree | 4c44b9d41adca5585eb0ccde474df9aeb6974dff /dev-db/mysql | |
parent | kde-plasma/kdeplasma-addons: Add KF 5.17 compatible 5.4.3 revbump (diff) | |
download | gentoo-3ebff50c7ef89f55f3830ff1389bab68e25e68b3.tar.gz gentoo-3ebff50c7ef89f55f3830ff1389bab68e25e68b3.tar.bz2 gentoo-3ebff50c7ef89f55f3830ff1389bab68e25e68b3.zip |
dev-db/mysql: Fix tests with removed USE flag
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-db/mysql')
-rw-r--r-- | dev-db/mysql/mysql-5.6.28.ebuild | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/dev-db/mysql/mysql-5.6.28.ebuild b/dev-db/mysql/mysql-5.6.28.ebuild index 959b86ed01a3..716cd4f2fe13 100644 --- a/dev-db/mysql/mysql-5.6.28.ebuild +++ b/dev-db/mysql/mysql-5.6.28.ebuild @@ -74,13 +74,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_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 |