@@ 430-437 (lines=8) @@ | ||
427 | if ($this->input->getOption('stop')) { |
|
428 | return $code; |
|
429 | } |
|
430 | } else { |
|
431 | $this->output->writeln(sprintf('Chunk #%s <info>PASSED</info>', $chunkNum)); |
|
432 | ||
433 | if ($this->verbose) { |
|
434 | $this->output->writeln(''); |
|
435 | $this->output->write($process->getOutput()); |
|
436 | } |
|
437 | } |
|
438 | } |
|
439 | } |
|
440 | } |
|
@@ 474-480 (lines=7) @@ | ||
471 | $this->output->writeln(''); |
|
472 | } |
|
473 | ||
474 | if ($code > 0) { |
|
475 | $this->output->writeln(''); |
|
476 | ||
477 | if (!$this->verbose) { |
|
478 | $this->output->writeln($process->getOutput()); |
|
479 | } |
|
480 | } |
|
481 | } |
|
482 | ||
483 | private function outputFooter() |