Test: Show error output from hydra-queue-runner on timeout
This commit is contained in:
@ -393,7 +393,7 @@ sub captureStdoutStderr {
|
||||
|
||||
if ($@) {
|
||||
die unless $@ eq "timeout\n"; # propagate unexpected errors
|
||||
return (-1, "", "timeout\n");
|
||||
return (-1, $stdout, ($stderr // "") . "timeout\n");
|
||||
} else {
|
||||
return ($?, $stdout, $stderr);
|
||||
}
|
||||
|
Reference in New Issue
Block a user