mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 23:45:44 +00:00
Change mk_tool::main() to pt_tool::main() in all tests.
This commit is contained in:
@@ -24,7 +24,7 @@ sub verify {
|
||||
my ( $mode, $time ) = @_;
|
||||
my $boundary;
|
||||
eval {
|
||||
$boundary = mk_query_digest::verify_run_time(
|
||||
$boundary = pt_query_digest::verify_run_time(
|
||||
run_mode => $mode,
|
||||
run_time => $time,
|
||||
);
|
||||
|
Reference in New Issue
Block a user