@@ 436-443 (lines=8) @@ | ||
433 | if ($this->input->getOption('stop')) { |
|
434 | return $code; |
|
435 | } |
|
436 | } else { |
|
437 | $this->output->writeln(sprintf('Chunk #%s <info>PASSED</info>', $chunkNum)); |
|
438 | ||
439 | if ($this->verbose) { |
|
440 | $this->output->writeln(''); |
|
441 | $this->output->write($process->getOutput()); |
|
442 | } |
|
443 | } |
|
444 | } |
|
445 | } |
|
446 | } |
|
@@ 480-486 (lines=7) @@ | ||
477 | $this->output->writeln(''); |
|
478 | } |
|
479 | ||
480 | if ($code > 0) { |
|
481 | $this->output->writeln(''); |
|
482 | ||
483 | if (!$this->verbose) { |
|
484 | $this->output->writeln($process->getOutput()); |
|
485 | } |
|
486 | } |
|
487 | } |
|
488 | ||
489 | private function outputFooter() |