mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 05:29:30 +00:00
Change mk_tool::main() to pt_tool::main() in all tests.
This commit is contained in:
@@ -24,7 +24,7 @@ my $sample = "$trunk/t/lib/samples/slowlogs/";
|
||||
|
||||
ok(
|
||||
no_diff(
|
||||
sub { mk_query_digest::main(@args, $sample.'slow002.txt') },
|
||||
sub { pt_query_digest::main(@args, $sample.'slow002.txt') },
|
||||
"t/pt-query-digest/samples/stats-slow002.txt"
|
||||
),
|
||||
'--statistics for slow002.txt',
|
||||
|
Reference in New Issue
Block a user