|
@@ 298-300 (lines=3) @@
|
| 295 |
|
} |
| 296 |
|
|
| 297 |
|
if ($this->verbose) { |
| 298 |
|
if (!empty($newOutput)) { |
| 299 |
|
$this->output->writeln('Job ' . $data['job']->getId() . ': ' . str_replace("\n", "\nJob " . $data['job']->getId() . ": ", $newOutput)); |
| 300 |
|
} |
| 301 |
|
|
| 302 |
|
if (!empty($newErrorOutput)) { |
| 303 |
|
$this->output->writeln('Job ' . $data['job']->getId() . ': ' . str_replace("\n", "\nJob " . $data['job']->getId() . ": ", $newErrorOutput)); |
|
@@ 302-304 (lines=3) @@
|
| 299 |
|
$this->output->writeln('Job ' . $data['job']->getId() . ': ' . str_replace("\n", "\nJob " . $data['job']->getId() . ": ", $newOutput)); |
| 300 |
|
} |
| 301 |
|
|
| 302 |
|
if (!empty($newErrorOutput)) { |
| 303 |
|
$this->output->writeln('Job ' . $data['job']->getId() . ': ' . str_replace("\n", "\nJob " . $data['job']->getId() . ": ", $newErrorOutput)); |
| 304 |
|
} |
| 305 |
|
} |
| 306 |
|
|
| 307 |
|
// Check whether this process exceeds the maximum runtime, and terminate if that is |