mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 23:45:44 +00:00
Change mk_tool::main() to pt_tool::main() in all tests.
This commit is contained in:
@@ -100,7 +100,7 @@ $dbh1->do('insert into test.t values (5)');
|
||||
|
||||
ok(
|
||||
no_diff(
|
||||
sub { mk_upgrade::main(@args,
|
||||
sub { pt_upgrade::main(@args,
|
||||
'h=127.1,P=12345,u=msandbox,p=msandbox,D=test', 'P=12347,D=test',
|
||||
"$sample/002/no-db.log",
|
||||
qw(--compare-results-method rows --temp-database test)) },
|
||||
@@ -115,7 +115,7 @@ $dbh1->do('insert into test.t values (5)');
|
||||
|
||||
ok(
|
||||
no_diff(
|
||||
sub { mk_upgrade::main(@args,
|
||||
sub { pt_upgrade::main(@args,
|
||||
'h=127.1,P=12345,u=msandbox,p=msandbox,D=test', 'P=12347,D=test',
|
||||
"$sample/002/no-db.log",
|
||||
qw(--compare-results-method rows --temp-database tmp_db)) },
|
||||
|
Reference in New Issue
Block a user