From 09c79c2596ff4b66bc235ca2bb7cdcd762f6495f Mon Sep 17 00:00:00 2001 From: "Brian Fraser fraserb@gmail.com" <> Date: Mon, 11 Jun 2012 00:19:34 -0300 Subject: [PATCH] t/pt-online-schema-change/alter_active_table.t: Don't bail out if there was a test failure. --- t/pt-online-schema-change/alter_active_table.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/pt-online-schema-change/alter_active_table.t b/t/pt-online-schema-change/alter_active_table.t index 3ddf8680..645dea23 100644 --- a/t/pt-online-schema-change/alter_active_table.t +++ b/t/pt-online-schema-change/alter_active_table.t @@ -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,