commit: 0d531686be231c28af8d9eec98f0d90bf5708a87
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 18 12:25:10 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 18 12:36:54 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d531686
dev-db/mysql-cluster: [QA] Fix leading whitespace
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-db/mysql-cluster/mysql-cluster-7.2.34.ebuild | 10 +++++-----
dev-db/mysql-cluster/mysql-cluster-7.3.22.ebuild | 14 +++++++-------
dev-db/mysql-cluster/mysql-cluster-7.4.21.ebuild | 14 +++++++-------
3 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/dev-db/mysql-cluster/mysql-cluster-7.2.34.ebuild
b/dev-db/mysql-cluster/mysql-cluster-7.2.34.ebuild
index c4b0ad5dc5f..ee858318fdf 100644
--- a/dev-db/mysql-cluster/mysql-cluster-7.2.34.ebuild
+++ b/dev-db/mysql-cluster/mysql-cluster-7.2.34.ebuild
@@ -481,11 +481,11 @@ src_test() {
local t
for t in main.mysql_client_test \
- binlog.binlog_statement_insert_delayed
main.information_schema \
- main.mysqld--help-notwin main.flush_read_lock_kill \
- sys_vars.plugin_dir_basic main.openssl_1 \
- main.mysqlhotcopy_archive main.mysqlhotcopy_myisam \
- ndb.ndbinfo ndb_binlog.ndb_binlog_index ; do
+ binlog.binlog_statement_insert_delayed
main.information_schema \
+ main.mysqld--help-notwin
main.flush_read_lock_kill \
+ sys_vars.plugin_dir_basic main.openssl_1 \
+ main.mysqlhotcopy_archive
main.mysqlhotcopy_myisam \
+ ndb.ndbinfo ndb_binlog.ndb_binlog_index ; do
_disable_test "$t" "False positives in Gentoo"
done
diff --git a/dev-db/mysql-cluster/mysql-cluster-7.3.22.ebuild
b/dev-db/mysql-cluster/mysql-cluster-7.3.22.ebuild
index 5a1a79830e0..16b657b8051 100644
--- a/dev-db/mysql-cluster/mysql-cluster-7.3.22.ebuild
+++ b/dev-db/mysql-cluster/mysql-cluster-7.3.22.ebuild
@@ -485,13 +485,13 @@ src_test() {
local t
for t in main.mysql_client_test \
- binlog.binlog_statement_insert_delayed
main.information_schema \
- main.mysqld--help-notwin main.flush_read_lock_kill \
- sys_vars.plugin_dir_basic main.openssl_1 \
- binlog.binlog_mysqlbinlog_filter \
- perfschema.binlog_edge_mix perfschema.binlog_edge_stmt \
- funcs_1.is_columns_mysql funcs_1.is_tables_mysql
funcs_1.is_triggers \
- main.mysqlhotcopy_archive main.mysqlhotcopy_myisam ; do
+ binlog.binlog_statement_insert_delayed
main.information_schema \
+ main.mysqld--help-notwin
main.flush_read_lock_kill \
+ sys_vars.plugin_dir_basic main.openssl_1 \
+ binlog.binlog_mysqlbinlog_filter \
+ perfschema.binlog_edge_mix
perfschema.binlog_edge_stmt \
+ funcs_1.is_columns_mysql
funcs_1.is_tables_mysql funcs_1.is_triggers \
+ main.mysqlhotcopy_archive
main.mysqlhotcopy_myisam ; do
_disable_test "$t" "False positives in Gentoo"
done
diff --git a/dev-db/mysql-cluster/mysql-cluster-7.4.21.ebuild
b/dev-db/mysql-cluster/mysql-cluster-7.4.21.ebuild
index 520d6e2f99d..9e8f595ee07 100644
--- a/dev-db/mysql-cluster/mysql-cluster-7.4.21.ebuild
+++ b/dev-db/mysql-cluster/mysql-cluster-7.4.21.ebuild
@@ -485,13 +485,13 @@ src_test() {
local t
for t in main.mysql_client_test \
- binlog.binlog_statement_insert_delayed
main.information_schema \
- main.mysqld--help-notwin main.flush_read_lock_kill \
- sys_vars.plugin_dir_basic main.openssl_1 \
- binlog.binlog_mysqlbinlog_filter \
- perfschema.binlog_edge_mix perfschema.binlog_edge_stmt \
- funcs_1.is_columns_mysql funcs_1.is_tables_mysql
funcs_1.is_triggers \
- main.mysqlhotcopy_archive main.mysqlhotcopy_myisam ; do
+ binlog.binlog_statement_insert_delayed
main.information_schema \
+ main.mysqld--help-notwin
main.flush_read_lock_kill \
+ sys_vars.plugin_dir_basic main.openssl_1 \
+ binlog.binlog_mysqlbinlog_filter \
+ perfschema.binlog_edge_mix
perfschema.binlog_edge_stmt \
+ funcs_1.is_columns_mysql
funcs_1.is_tables_mysql funcs_1.is_triggers \
+ main.mysqlhotcopy_archive
main.mysqlhotcopy_myisam ; do
_disable_test "$t" "False positives in Gentoo"
done