Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
207d1598
Commit
207d1598
authored
Aug 26, 2005
by
kent@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mysql-test-run.sh, mtr_report.pl:
Corrected typo
parent
64c2d249
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/lib/mtr_report.pl
mysql-test/lib/mtr_report.pl
+1
-1
mysql-test/mysql-test-run.sh
mysql-test/mysql-test-run.sh
+1
-1
No files found.
mysql-test/lib/mtr_report.pl
View file @
207d1598
...
...
@@ -177,7 +177,7 @@ sub mtr_report_stats ($) {
"
%.2f
\
% were successful.
\n\n
",
$ratio
;
print
"
The log files in var/log may give you some hint
\n
",
"
of what w
hen
wrong.
\n
",
"
of what w
ent
wrong.
\n
",
"
If you want to report this error, please read first
",
"
the documentation at
\n
",
"
http://www.mysql.com/doc/en/MySQL_test_suite.html
\n
";
...
...
mysql-test/mysql-test-run.sh
View file @
207d1598
...
...
@@ -872,7 +872,7 @@ report_stats () {
$ECHO
"Failed
${
TOT_FAIL
}
/
${
TOT_TEST
}
tests,
${
whole
}
.
${
deci
}
% were successful."
$ECHO
""
$ECHO
"The log files in
$MY_LOG_DIR
may give you some hint"
$ECHO
"of what w
hen
wrong."
$ECHO
"of what w
ent
wrong."
$ECHO
"If you want to report this error, please read first the documentation at"
$ECHO
"http://www.mysql.com/doc/en/MySQL_test_suite.html"
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment