mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-09 01:04:44 +08:00
PT-1554 Testing a fix for slave_find failing test
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user