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
4a54e5ad
Commit
4a54e5ad
authored
Feb 28, 2011
by
Bjorn Munch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Attempt at solving missing end of mtr output on Windows
parent
e58e15ff
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
mysql-test/lib/mtr_report.pm
mysql-test/lib/mtr_report.pm
+2
-0
No files found.
mysql-test/lib/mtr_report.pm
View file @
4a54e5ad
...
...
@@ -32,6 +32,7 @@ our @EXPORT= qw(report_option mtr_print_line mtr_print_thick_line
use
mtr_match
;
use
My::
Platform
;
use
POSIX
qw[ _exit ]
;
use
IO::
Handle
qw[ flush ]
;
require
"
mtr_io.pl
";
my
$tot_real_time
=
0
;
...
...
@@ -477,6 +478,7 @@ sub mtr_warning (@) {
# Print error to screen and then exit
sub
mtr_error
(@)
{
IO::Handle::
flush
(
\*
STDOUT
)
if
IS_WINDOWS
;
print
STDERR
_name
()
.
_timestamp
()
.
"
mysql-test-run: *** ERROR:
"
.
join
("
",
@_
)
.
"
\n
";
if
(
IS_WINDOWS
)
...
...
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