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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
d1ed2e21
Commit
d1ed2e21
authored
Nov 28, 2006
by
msvensson@neptunus.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Backport of patch for bug#24471
parent
d4595f3c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
mysql-test/lib/mtr_report.pl
mysql-test/lib/mtr_report.pl
+5
-1
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+0
-1
No files found.
mysql-test/lib/mtr_report.pl
View file @
d1ed2e21
...
...
@@ -89,10 +89,14 @@ sub mtr_report_test_skipped ($) {
{
print
"
[ disabled ]
$tinfo
->{'comment'}
\n
";
}
els
e
els
if
(
$tinfo
->
{'
comment
'}
)
{
print
"
[ skipped ]
$tinfo
->{'comment'}
\n
";
}
else
{
print
"
[ skipped ]
\n
";
}
}
sub
mtr_report_tests_not_skipped_though_disabled
($)
{
...
...
mysql-test/mysql-test-run.pl
View file @
d1ed2e21
...
...
@@ -66,7 +66,6 @@ use IO::Socket::INET;
use
Data::
Dumper
;
use
strict
;
use
warnings
;
use
diagnostics
;
select
(
STDOUT
);
$|
=
1
;
# Automatically flush STDOUT
...
...
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