mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-21 03:14:58 +00:00
Change mk_tool::main() to pt_tool::main() in all tests.
This commit is contained in:
@@ -34,7 +34,7 @@ my $output;
|
||||
my @args = ('h=127.0.0.1,P=12346,u=msandbox,p=msandbox', qw(--sync-to-master -t sakila.actor -v -v --print --chunk-size 100));
|
||||
|
||||
$output = output(
|
||||
sub { mk_table_sync::main(@args) },
|
||||
sub { pt_table_sync::main(@args) },
|
||||
);
|
||||
like(
|
||||
$output,
|
||||
@@ -43,7 +43,7 @@ like(
|
||||
);
|
||||
|
||||
$output = output(
|
||||
sub { mk_table_sync::main(@args, qw(--no-zero-chunk)) },
|
||||
sub { pt_table_sync::main(@args, qw(--no-zero-chunk)) },
|
||||
);
|
||||
unlike(
|
||||
$output,
|
||||
|
Reference in New Issue
Block a user