Loading mysql-test/lib/My/Platform.pm +3 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,9 @@ sub mixed_path { my ($path)= @_; if (IS_CYGWIN){ return unless defined $path; $path= `cygpath -m $path`; my $cmd= "cygpath -m $path"; print "$cmd\n"; $path= `$cmd`; chomp $path; } return $path; Loading mysql-test/lib/mtr_unique.pm +2 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,8 @@ sub mtr_get_unique_id($$) { msg("taken: $id, $pid"); # Check if process with given pid is alive if(!process_alive($pid)) { msg("Removing slot $id used by missing process $pid");; print "Removing slot $id used by missing process $pid\n"; msg("Removing slot $id used by missing process $pid"); delete $taken{$id}; $changed++; } Loading Loading
mysql-test/lib/My/Platform.pm +3 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,9 @@ sub mixed_path { my ($path)= @_; if (IS_CYGWIN){ return unless defined $path; $path= `cygpath -m $path`; my $cmd= "cygpath -m $path"; print "$cmd\n"; $path= `$cmd`; chomp $path; } return $path; Loading
mysql-test/lib/mtr_unique.pm +2 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,8 @@ sub mtr_get_unique_id($$) { msg("taken: $id, $pid"); # Check if process with given pid is alive if(!process_alive($pid)) { msg("Removing slot $id used by missing process $pid");; print "Removing slot $id used by missing process $pid\n"; msg("Removing slot $id used by missing process $pid"); delete $taken{$id}; $changed++; } Loading