mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-12-19 01:09:21 +08:00
Change mk_tool::main() to pt_tool::main() in all tests.
This commit is contained in:
@@ -27,7 +27,7 @@ my @args = qw(--variations arg --limit 5 --report-format query_report);
|
||||
# #############################################################################
|
||||
ok(
|
||||
no_diff(
|
||||
sub { mk_query_digest::main(@args, "$in/slow053.txt") },
|
||||
sub { pt_query_digest::main(@args, "$in/slow053.txt") },
|
||||
"$out/slow053.txt"
|
||||
),
|
||||
"Variations in slow053.txt"
|
||||
|
||||
Reference in New Issue
Block a user