mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 05:29:30 +00:00
Change mk_tool::main() to pt_tool::main() in all tests.
This commit is contained in:
@@ -43,7 +43,7 @@ sub run {
|
||||
my ($src, $dst, $other) = @_;
|
||||
my $output = output(
|
||||
sub {
|
||||
mk_table_sync::main(qw(--print --execute),
|
||||
pt_table_sync::main(qw(--print --execute),
|
||||
"h=127.1,P=12345,u=msandbox,p=msandbox,D=test,t=$src",
|
||||
"h=127.1,P=12346,u=msandbox,p=msandbox,D=test,t=$dst",
|
||||
($other ? split(" ", $other) : ())
|
||||
|
Reference in New Issue
Block a user