From 12277e302e3da1d9a1bebe374c8be6af0d2c2af3 Mon Sep 17 00:00:00 2001 From: Rasmus Johansson Date: Tue, 19 May 2020 15:15:52 +0000 Subject: [PATCH] MDEV-22636 XML output for mtr doesn't work with valgrind option --- mysql-test/mysql-test-run.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index f84a2a645d7..35fc600d957 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -582,6 +582,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