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:28:53 +0000 |
commit | 12277e302e3da1d9a1bebe374c8be6af0d2c2af3 (patch) | |
tree | ae1d4d2ff3d5017714c3e9f113a9e968fa64022e /mysql-test/mysql-test-run.pl | |
parent | d2e96e492a00dc4e31ff2eee752ddcd8c2c31c99 (diff) | |
download | mariadb-git-12277e302e3da1d9a1bebe374c8be6af0d2c2af3.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 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 |