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:24:39 +0000
commit2c4a2f2007a467658996f0f8f03295e415190bf8 (patch)
tree96c86cb876a10ee425452dc80fc4866bb35b2517
parenta8f044e1a42fedc7ad1c5532873af3d812c0b493 (diff)
downloadmariadb-git-2c4a2f2007a467658996f0f8f03295e415190bf8.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 fad066c1c0f..dbdf4f7b8d6 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -739,6 +739,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