mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
mtr_im_stop returns 1 if all is well
This commit is contained in:
@ -2904,7 +2904,7 @@ sub run_testcase ($) {
|
|||||||
# Stop Instance Manager if we are processing an IM-test case.
|
# Stop Instance Manager if we are processing an IM-test case.
|
||||||
# ----------------------------------------------------------------------
|
# ----------------------------------------------------------------------
|
||||||
if ( $tinfo->{'component_id'} eq 'im' and
|
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.")
|
mtr_error("Failed to stop Instance Manager.")
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user