summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2017-04-24 18:47:15 +0200
committerSergei Golubchik <serg@mariadb.org>2017-04-24 22:47:04 +0200
commitcc06aacdee0fe60f709463af2051b9f8c7693de1 (patch)
tree1a80da190e8d63af198e5345a5cf8ffbb3765487
parent537f86bef15cae53c782ca8e50d1be0a8924542f (diff)
downloadmariadb-git-10.1-xb-serg.tar.gz
followup! add mariabackup to default suites10.1-xb-serg
alphabetic order
-rwxr-xr-xmysql-test/mysql-test-run.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index 57d2c5fc07c..c7e8712c9fc 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -182,6 +182,7 @@ my @DEFAULT_SUITES= qw(
innodb_fts-
innodb_zip-
maria-
+ mariabackup-
multi_source-
optimizer_unfixed_bugs-
parts-
@@ -194,7 +195,6 @@ my @DEFAULT_SUITES= qw(
unit-
vcol-
wsrep-
- mariabackup-
);
my $opt_suites;