Skip to content

Commit 6fa72fb

Browse files
committed
mtr: report full command line of mysqld that failed to start
1 parent 789a2a3 commit 6fa72fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-test/mariadb-test-run.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5095,7 +5095,7 @@ ($$)
50955095
$tinfo->{logfile}=get_log_from_proc($mysqld->{'proc'}, $tinfo->{name});
50965096
report_option('verbose', 1);
50975097
mtr_report_test($tinfo);
5098-
mtr_error("Failed to start mysqld $mname with command $exe");
5098+
mtr_error("Failed to start mysqld $mname with command $exe @$args");
50995099
}
51005100

51015101
# Remember options used when starting

0 commit comments

Comments
 (0)