summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Johansson <razze@iki.fi>2020-05-19 15:15:52 +0000
committerRasmus Johansson <razze@iki.fi>2020-05-19 15:23:29 +0000
commit395ed66b3b4e3b6b785e554ab9794161cef029cd (patch)
treeb37171b57f10d35ba2328f623f7f875f3a7ee15b
parente9a33a5392e56360db7d599db976df9f741bf9f5 (diff)
downloadmariadb-git-395ed66b3b4e3b6b785e554ab9794161cef029cd.tar.gz
MDEV-22636 XML output for mtr doesn't work with valgrind option
-rwxr-xr-xmysql-test/mysql-test-run.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index cd376690461..e4fa0b5231a 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -567,6 +567,7 @@ sub main {
# Create minimalistic "test" for the reporting
my $tinfo = My::Test->new
(
+ suite => { name => 'valgrind', },
name => 'valgrind_report',
);
# Set dummy worker id to align report with normal tests