mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-12-24 02:01:42 +08:00
Change mk_tool::main() to pt_tool::main() in all tests.
This commit is contained in:
@@ -40,7 +40,7 @@ my @args = (qw(--dry-run --play), "$trunk/t/pt-log-player/samples/16sessions");
|
||||
for my $n ( 1..16 ) {
|
||||
ok(
|
||||
no_diff(
|
||||
sub { mk_log_player::main(@args, '--threads', $n) },
|
||||
sub { pt_log_player::main(@args, '--threads', $n) },
|
||||
"t/pt-log-player/samples/assigned16-$n.txt",
|
||||
trf => "sed -e 's!$trunk/t/pt-log-player/samples/16sessions/!!g'",
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user