t/pt-online-schema-change/alter_active_table.t: Don't bail out if there was a test failure.

This commit is contained in:
Brian Fraser fraserb@gmail.com
2012-06-11 00:19:34 -03:00
parent 28637d8c95
commit 09c79c2596

View File

@@ -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,