PT-1554 Testing a fix for slave_find failing test

This commit is contained in:
Carlos Salguero
2018-05-18 22:11:00 -03:00
parent 29e8588574
commit 56460788d5
2 changed files with 4 additions and 3 deletions

View File

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