MDEV-35695: mtr failure suggests wrong url
When running the ./mtr tests and getting failures, rather than provide a dead-link to mysql.com, this points developers to the Jira instance. Signed-off-by: Eric Herman <eric@freesa.org>
This commit is contained in:
parent
f2ffcd949b
commit
d878d80bc4
@ -454,9 +454,8 @@ sub mtr_report_stats ($$$$) {
|
|||||||
# Print info about reporting the error
|
# Print info about reporting the error
|
||||||
print
|
print
|
||||||
"The log files in var/log may give you some hint of what went wrong.\n\n",
|
"The log files in var/log may give you some hint of what went wrong.\n\n",
|
||||||
"If you want to report this error, please read first ",
|
"If you want to report this error, MariaDB's bug tracker is found at\n",
|
||||||
"the documentation\n",
|
"https://jira.mariadb.org\n\n";
|
||||||
"at http://dev.mysql.com/doc/mysql/en/mysql-test-suite.html\n\n";
|
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
@ -198,9 +198,8 @@ sub mtr_report_stats ($) {
|
|||||||
print
|
print
|
||||||
"The log files in var/log may give you some hint\n",
|
"The log files in var/log may give you some hint\n",
|
||||||
"of what went wrong.\n",
|
"of what went wrong.\n",
|
||||||
"If you want to report this error, please read first ",
|
"If you want to report this error, MariaDB's bug tracker is found at\n",
|
||||||
"the documentation at\n",
|
"https://jira.mariadb.org\n"
|
||||||
"http://dev.mysql.com/doc/mysql/en/mysql-test-suite.html\n";
|
|
||||||
}
|
}
|
||||||
if (!$::opt_extern)
|
if (!$::opt_extern)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user