mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-22 03:44:55 +00:00
Change mk_tool::main() to pt_tool::main() in all tests.
This commit is contained in:
@@ -29,7 +29,7 @@ my $output = '';
|
||||
# Without --create-table-definitions, the tables wouldn't be db-qualified.
|
||||
ok(
|
||||
no_diff(
|
||||
sub { mk_table_usage::main(@args,
|
||||
sub { pt_table_usage::main(@args,
|
||||
'--query', 'select city from city where city="New York"',
|
||||
'--create-table-definitions',
|
||||
"$trunk/t/lib/samples/mysqldump-no-data/all-dbs.txt") },
|
||||
|
Reference in New Issue
Block a user