Updated the 'table has problems in replica' error and other tidbits, per Daniel's review

This commit is contained in:
Brian Fraser
2012-10-17 17:40:31 -03:00
parent c444384c6c
commit 42a344f4cb
2 changed files with 28 additions and 17 deletions

View File

@@ -765,8 +765,8 @@ sub full_output {
close $_ or die "Cannot close $_: $OS_ERROR" for qw(STDOUT STDERR);
my $output = slurp_file($file) . slurp_file($file2);
1 while unlink $file;
1 while unlink $file2;
unlink $file;
unlink $file2;
return ($output, $status);
}