Add correct Exit status

This commit is contained in:
Romain Neutron
2012-03-26 13:48:06 +02:00
parent 14c4853789
commit f85d159ea0
13 changed files with 39 additions and 27 deletions

View File

@@ -82,7 +82,7 @@ class module_console_systemConfigCheck extends Command
$output->write('Finished !', true);
return;
return 0;
}
protected function processConstraints(Setup_ConstraintsIterator $constraints, OutputInterface &$output)