Remember to close the read end of the pipe.
This commit is contained in:
parent
caf357a2c8
commit
bb4bb09d45
@ -248,6 +248,7 @@ sub tinderbox($$$) {
|
||||
}
|
||||
push(@lines, $_);
|
||||
}
|
||||
close(RPIPE);
|
||||
if ($error) {
|
||||
$summary .= join('', @lines);
|
||||
print(BRIEF join('', @lines));
|
||||
|
Loading…
Reference in New Issue
Block a user