diff options
author | Sergei Golubchik <serg@mariadb.org> | 2020-06-03 14:43:13 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2020-06-04 23:52:11 +0200 |
commit | 29ed04cb6d8e930c2b2bad7baf4cdae02cf712cd (patch) | |
tree | 5b47d7b325a0e5846a74db122f29d8534f1a814b /mysql-test/mysql-test-run.pl | |
parent | dce4c0f9790f3b3e6f3309b52869ed97963a4eee (diff) | |
download | mariadb-git-29ed04cb6d8e930c2b2bad7baf4cdae02cf712cd.tar.gz |
add stress suite to the list of default suites to run
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 29294590ae3..2d4f3df3f5d 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -200,6 +200,7 @@ my @DEFAULT_SUITES= qw( plugins- roles- rpl- + stress- sys_vars- unit- vcol- |