diff options
author | Rasmus Johansson <razze@iki.fi> | 2020-05-19 15:15:52 +0000 |
---|---|---|
committer | Rasmus Johansson <razze@iki.fi> | 2020-05-19 15:24:39 +0000 |
commit | 2c4a2f2007a467658996f0f8f03295e415190bf8 (patch) | |
tree | 96c86cb876a10ee425452dc80fc4866bb35b2517 /mysql-test/mysql-test-run.pl | |
parent | a8f044e1a42fedc7ad1c5532873af3d812c0b493 (diff) | |
download | mariadb-git-2c4a2f2007a467658996f0f8f03295e415190bf8.tar.gz |
MDEV-22636 XML output for mtr doesn't work with valgrind option
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 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 |