mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-17 01:01:39 +08:00
Change mk_tool::main() to pt_tool::main() in all tests.
This commit is contained in:
@@ -21,7 +21,7 @@ my @args = ();
|
||||
my $sample = "$trunk/t/lib/samples/";
|
||||
|
||||
$output = output(
|
||||
sub { mk_query_advisor::main(@args, "$sample/slowlogs/slow018.txt") },
|
||||
sub { pt_query_advisor::main(@args, "$sample/slowlogs/slow018.txt") },
|
||||
);
|
||||
like(
|
||||
$output,
|
||||
@@ -30,7 +30,7 @@ like(
|
||||
);
|
||||
|
||||
$output = output(
|
||||
sub { mk_query_advisor::main(@args, qw(--type genlog),
|
||||
sub { pt_query_advisor::main(@args, qw(--type genlog),
|
||||
"$sample/genlogs/genlog001.txt") },
|
||||
);
|
||||
like(
|
||||
|
||||
Reference in New Issue
Block a user