mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 21:54:48 +00:00
Change mk_tool::main() to pt_tool::main() in all tests.
This commit is contained in:
@@ -39,7 +39,7 @@ my $retval;
|
||||
# ############################################################################
|
||||
|
||||
$output = output(
|
||||
sub { $retval = mk_config_diff::main(
|
||||
sub { $retval = pt_config_diff::main(
|
||||
'h=127.1,P=12345,u=msandbox,p=msandbox', 'P=12346',
|
||||
'--no-report')
|
||||
},
|
||||
|
Reference in New Issue
Block a user