mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-29 09:32:47 +00:00
PT-1554 Testing a fix for slave_find failing test
This commit is contained in:
@@ -109,7 +109,8 @@ like(
|
||||
# Summary report format.
|
||||
# #############################################################################
|
||||
my $outfile = "/tmp/mk-slave-find-output.txt";
|
||||
diag(`rm -rf $outfile >/dev/null`);
|
||||
#diag(`rm -rf $outfile >/dev/null`);
|
||||
diag(`rm -rf $outfile`);
|
||||
|
||||
$output = output(
|
||||
sub { pt_slave_find::main(@args) },
|
||||
@@ -156,7 +157,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(">>\n$result\n<<\n");
|
||||
) or die diag("\n>>$result<<\n");
|
||||
|
||||
# #############################################################################
|
||||
# Done.
|
||||
|
Reference in New Issue
Block a user