PT-1554 Testing a fix for slave_find failing test

This commit is contained in:
Carlos Salguero
2018-05-18 21:54:58 -03:00
parent fc73682d25
commit 29e8588574

View File

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