commit:     0d9c620df70e637f263f38db7b00f2573ecf2c24
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  5 01:15:40 2014 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Sep  5 01:15:40 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=0d9c620d

[mariadb-galera] sync from tree

---
 dev-db/mariadb-galera/mariadb-galera-10.0.13.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-db/mariadb-galera/mariadb-galera-10.0.13.ebuild 
b/dev-db/mariadb-galera/mariadb-galera-10.0.13.ebuild
index 32e2aad..bcc41bc 100644
--- a/dev-db/mariadb-galera/mariadb-galera-10.0.13.ebuild
+++ b/dev-db/mariadb-galera/mariadb-galera-10.0.13.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-db/mariadb-galera/mariadb-galera-10.0.13.ebuild,v 
1.1 2014/09/03 22:44:00 grknight Exp $
 
 EAPI="5"
 MY_EXTRAS_VER="20140903-1928Z"
@@ -60,6 +60,9 @@ multilib_src_test() {
 
                # Ensure that parallel runs don't die
                export MTR_BUILD_THREAD="$((${RANDOM} % 100))"
+               # You may set this by hand.
+               # The default maximum is 8 unless MTR_MAX_PARALLEL is increased
+               export MTR_PARALLEL="${MTR_PARALLEL:-auto}"
 
                # create directories because mysqladmin might right out of order
                mkdir -p "${S}"/mysql-test/var-tests{,/log}
@@ -95,7 +98,7 @@ multilib_src_test() {
                # run mysql-test tests
                # Skip all CONNECT engine tests until upstream respondes to how 
to reference data files
                perl mysql-test-run.pl --force 
--vardir="${S}/mysql-test/var-tests" \
-                               --skip-test=connect --parallel=auto
+                               --skip-test=connect
                retstatus_tests=$?
                [[ $retstatus_tests -eq 0 ]] || eerror "tests failed"
                has usersandbox $FEATURES && eerror "Some tests may fail with 
FEATURES=usersandbox"

Reply via email to