diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-02-02 03:01:31 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-02-02 03:01:31 +0000 |
commit | d079162e18f43c748fbd0a515e505616c20a2058 (patch) | |
tree | 0439f678989fded72d1b208464aa9260552f227f /eclass/mysql.eclass | |
parent | Refactor innodb/falcon stuff. (diff) | |
download | historical-d079162e18f43c748fbd0a515e505616c20a2058.tar.gz historical-d079162e18f43c748fbd0a515e505616c20a2058.tar.bz2 historical-d079162e18f43c748fbd0a515e505616c20a2058.zip |
Disable debug line.
Diffstat (limited to 'eclass/mysql.eclass')
-rw-r--r-- | eclass/mysql.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index 530728ed7d3b..cd0645b86be7 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.130 2010/02/02 02:59:03 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.131 2010/02/02 03:01:31 robbat2 Exp $ # @ECLASS: mysql.eclass # @MAINTAINER: @@ -217,7 +217,7 @@ mysql_disable_test() { testsuite="${rawtestname/.*}" testname="${rawtestname/*.}" mysql_disable_file="${S}/mysql-test/t/disabled.def" - einfo "rawtestname=${rawtestname} testname=${testname} testsuite=${testsuite}" + #einfo "rawtestname=${rawtestname} testname=${testname} testsuite=${testsuite}" echo ${testname} : ${reason} >> "${mysql_disable_file}" # ${S}/mysql-tests/t/disabled.def |