mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-07 21:09:14 +00:00
Change mk_tool::main() to pt_tool::main() in all tests.
This commit is contained in:
@@ -37,7 +37,7 @@ $sb->load_file('master', "t/lib/samples/issue_641.sql");
|
||||
# #############################################################################
|
||||
|
||||
$output = output(
|
||||
sub { mk_table_sync::main(@args) },
|
||||
sub { pt_table_sync::main(@args) },
|
||||
trf => \&remove_traces,
|
||||
);
|
||||
|
||||
@@ -49,7 +49,7 @@ is(
|
||||
);
|
||||
|
||||
$output = output(
|
||||
sub { mk_table_sync::main(@args, '--no-hex-blob') },
|
||||
sub { pt_table_sync::main(@args, '--no-hex-blob') },
|
||||
trf => \&remove_traces,
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user