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:
@@ -47,7 +47,7 @@ is(
|
||||
);
|
||||
|
||||
$output = output(
|
||||
sub { mk_slave_delay::main(@args, qw(--interval 1 --run-time 1)) },
|
||||
sub { pt_slave_delay::main(@args, qw(--interval 1 --run-time 1)) },
|
||||
);
|
||||
like(
|
||||
$output,
|
||||
|
Reference in New Issue
Block a user