mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-22 09:22:24 +00:00
Pick up on pod generation failures
This commit is contained in:
parent
5b71abdcce
commit
526cc24860
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ for my $source (glob("*")) {
|
|||
print $dfh "\n\n__END__\n\n";
|
||||
|
||||
my $pod= qx{ ./$source --generate-pod };
|
||||
die "Failed to generate pod" if($?);
|
||||
print $dfh $pod;
|
||||
close($dfh);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue