From fc73682d25730ae23c0f8ffcc0bc42fe4844e89b Mon Sep 17 00:00:00 2001 From: Carlos Salguero Date: Fri, 18 May 2018 21:24:13 -0300 Subject: [PATCH] PT-1554 Testing a fix for slave_find failing test --- t/pt-slave-find/pt-slave-find.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/pt-slave-find/pt-slave-find.t b/t/pt-slave-find/pt-slave-find.t index 85f392ac..bca15dbe 100644 --- a/t/pt-slave-find/pt-slave-find.t +++ b/t/pt-slave-find/pt-slave-find.t @@ -158,7 +158,7 @@ ok( ? "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); # #############################################################################