Skip to content

Commit

Permalink
[Command] Forwarded verbose mode to sub commands in test:prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Dec 22, 2011
1 parent 4ffbde6 commit cc4ea67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Propel/Generator/Command/TestPrepare.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ protected function buildFixtures($fixturesDir, InputInterface $input, OutputInte
'--input-dir' => '.',
'--output-dir' => 'build/sql/',
'--platform' => ucfirst($input->getOption('vendor')) . 'Platform',
'--verbose' => $input->getOption('vendor'),
));

$command = $this->getApplication()->find('sql:build');
Expand All @@ -151,6 +152,7 @@ protected function buildFixtures($fixturesDir, InputInterface $input, OutputInte
'--input-dir' => '.',
'--output-dir' => 'build/classes/',
'--platform' => ucfirst($input->getOption('vendor')) . 'Platform',
'--verbose' => $input->getOption('vendor'),
));

$command = $this->getApplication()->find('model:build');
Expand Down

0 comments on commit cc4ea67

Please sign in to comment.