mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 06:22:28 +01:00
Merge shellback.(none):/home/msvensson/mysql/mysql-5.0-maint
into shellback.(none):/home/msvensson/mysql/mysql-5.1-maint mysql-test/mysql-test-run.pl: Auto merged
This commit is contained in:
commit
6d6e840c2a
1 changed files with 1 additions and 1 deletions
|
@ -2904,7 +2904,7 @@ sub run_testcase ($) {
|
|||
# Stop Instance Manager if we are processing an IM-test case.
|
||||
# ----------------------------------------------------------------------
|
||||
if ( $tinfo->{'component_id'} eq 'im' and
|
||||
mtr_im_stop($instance_manager, $tinfo->{'name'}) != 0 )
|
||||
!mtr_im_stop($instance_manager, $tinfo->{'name'}) )
|
||||
{
|
||||
mtr_error("Failed to stop Instance Manager.")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue