From 29e85885742ba7b46cc120cb9e0bde72d1e87845 Mon Sep 17 00:00:00 2001 From: Carlos Salguero Date: Fri, 18 May 2018 21:54:58 -0300 Subject: [PATCH] PT-1554 Testing a fix for slave_find failing test --- t/pt-slave-find/pt-slave-find.t | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/t/pt-slave-find/pt-slave-find.t b/t/pt-slave-find/pt-slave-find.t index bca15dbe..35c277a4 100644 --- a/t/pt-slave-find/pt-slave-find.t +++ b/t/pt-slave-find/pt-slave-find.t @@ -151,15 +151,12 @@ is( "...and for the first slave" ); - - ok( no_diff($result, ($sandbox_version ge '5.1' ? "t/pt-slave-find/samples/summary001.txt" : "t/pt-slave-find/samples/summary001-5.0.txt"), cmd_output => 1, keep_output => 1), "Summary report format", -) or die diag($result); - +) or die diag(">>\n$result\n<<\n"); # ############################################################################# # Done.