From f616c4373463dd675a033ec25c8c224150b0e837 Mon Sep 17 00:00:00 2001 From: Daniel Nichter Date: Fri, 8 Mar 2013 13:29:02 -0700 Subject: [PATCH] Add diag output to pt-hb/pxc.t. --- t/pt-heartbeat/pxc.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/pt-heartbeat/pxc.t b/t/pt-heartbeat/pxc.t index 0f6cc7b7..3b0f2424 100644 --- a/t/pt-heartbeat/pxc.t +++ b/t/pt-heartbeat/pxc.t @@ -132,7 +132,7 @@ is_deeply( 12347 => $same_data, }, "Sanity check: No slave data (relay log or master pos) is stored" -); +) or diag(Dumper($rows)); $output = output(sub{ pt_heartbeat::main($node1_dsn, qw(-D test --check)),