mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 15:31:55 +00:00
Change mk_tool::main() to pt_tool::main() in all tests.
This commit is contained in:
@@ -37,7 +37,7 @@ my @args = (qw(--verbose --print --sync-to-master), 'h=127.1,P=12346,u=msandbo
|
||||
# Issue 377: Make mk-table-sync print start/end times
|
||||
# #############################################################################
|
||||
$output = output(
|
||||
sub { mk_table_sync::main(@args, qw(-t mysql.user)) }
|
||||
sub { pt_table_sync::main(@args, qw(-t mysql.user)) }
|
||||
);
|
||||
like(
|
||||
$output,
|
||||
|
Reference in New Issue
Block a user