Skip to content

Commit d878d80

Browse files
erichermangrooverdan
authored andcommitted
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>
1 parent f2ffcd9 commit d878d80

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

mysql-test/lib/mtr_report.pm

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -454,9 +454,8 @@ sub mtr_report_stats ($$$$) {
454454
# Print info about reporting the error
455455
print
456456
"The log files in var/log may give you some hint of what went wrong.\n\n",
457-
"If you want to report this error, please read first ",
458-
"the documentation\n",
459-
"at http://dev.mysql.com/doc/mysql/en/mysql-test-suite.html\n\n";
457+
"If you want to report this error, MariaDB's bug tracker is found at\n",
458+
"https://jira.mariadb.org\n\n";
460459

461460
}
462461
else

mysql-test/lib/v1/mtr_report.pl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,8 @@ ($)
198198
print
199199
"The log files in var/log may give you some hint\n",
200200
"of what went wrong.\n",
201-
"If you want to report this error, please read first ",
202-
"the documentation at\n",
203-
"http://dev.mysql.com/doc/mysql/en/mysql-test-suite.html\n";
201+
"If you want to report this error, MariaDB's bug tracker is found at\n",
202+
"https://jira.mariadb.org\n"
204203
}
205204
if (!$::opt_extern)
206205
{

0 commit comments

Comments
 (0)