mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-09 07:30:02 +00:00
t/pt-online-schema-change/alter_active_table.t: Don't bail out if there was a test failure.
This commit is contained in:
@@ -188,7 +188,7 @@ is(
|
||||
$rows->{t}->{engine},
|
||||
'InnoDB',
|
||||
"New table ENGINE=InnoDB"
|
||||
) or BAIL_OUT("Something went terribly wrong");
|
||||
) or warn Dumper($rows);
|
||||
|
||||
is(
|
||||
scalar keys %$rows,
|
||||
|
Reference in New Issue
Block a user