diff options
author | Sergei Golubchik <serg@mariadb.org> | 2021-07-04 12:10:54 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2021-07-04 12:11:09 +0200 |
commit | 6fa72fb1f2a7b684c2f138499e820eeb4dfe19df (patch) | |
tree | 90daba72557569f2e50c6778f4292e663394cffb /mysql-test | |
parent | 789a2a363aa576af22fec412a6724140955978b5 (diff) | |
download | mariadb-git-6fa72fb1f2a7b684c2f138499e820eeb4dfe19df.tar.gz |
mtr: report full command line of mysqld that failed to start
Diffstat (limited to 'mysql-test')
-rwxr-xr-x | mysql-test/mariadb-test-run.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mariadb-test-run.pl b/mysql-test/mariadb-test-run.pl index b0fd08abec2..becf799c825 100755 --- a/mysql-test/mariadb-test-run.pl +++ b/mysql-test/mariadb-test-run.pl @@ -5095,7 +5095,7 @@ sub mysqld_start ($$) { $tinfo->{logfile}=get_log_from_proc($mysqld->{'proc'}, $tinfo->{name}); report_option('verbose', 1); mtr_report_test($tinfo); - mtr_error("Failed to start mysqld $mname with command $exe"); + mtr_error("Failed to start mysqld $mname with command $exe @$args"); } # Remember options used when starting |