Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/
Date: Mon, 14 Dec 2015 14:36:13
Message-Id: 1450103721.3ebff50c7ef89f55f3830ff1389bab68e25e68b3.grknight@gentoo
1 commit: 3ebff50c7ef89f55f3830ff1389bab68e25e68b3
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 14 14:27:10 2015 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 14 14:35:21 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ebff50c
7
8 dev-db/mysql: Fix tests with removed USE flag
9
10 Package-Manager: portage-2.2.26
11
12 dev-db/mysql/mysql-5.6.28.ebuild | 7 -------
13 1 file changed, 7 deletions(-)
14
15 diff --git a/dev-db/mysql/mysql-5.6.28.ebuild b/dev-db/mysql/mysql-5.6.28.ebuild
16 index 959b86e..716cd4f 100644
17 --- a/dev-db/mysql/mysql-5.6.28.ebuild
18 +++ b/dev-db/mysql/mysql-5.6.28.ebuild
19 @@ -74,13 +74,6 @@ multilib_src_test() {
20 retstatus_unit=$?
21 [[ $retstatus_unit -eq 0 ]] || eerror "test-unit failed"
22
23 - # Create a symlink to provided binaries so the tests can find them when client-libs is off
24 - if ! use client-libs ; then
25 - ln -srf /usr/bin/my_print_defaults "${BUILD_DIR}/client/my_print_defaults" || die
26 - ln -srf /usr/bin/perror "${BUILD_DIR}/client/perror" || die
27 - mysql-multilib_disable_test main.perror "String mismatch due to not building local perror"
28 - fi
29 -
30 # Ensure that parallel runs don't die
31 export MTR_BUILD_THREAD="$((${RANDOM} % 100))"
32 # Enable parallel testing, auto will try to detect number of cores