mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Reports a 1 exit status on errors.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@131 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
parent
836a545e65
commit
57ff055dec
1 changed files with 3 additions and 1 deletions
|
@ -184,7 +184,9 @@ end
|
|||
GemPlugin::Manager.instance.load "mongrel" => GemPlugin::INCLUDE, "rails" => GemPlugin::EXCLUDE
|
||||
|
||||
|
||||
Mongrel::Command::Registry.instance.run ARGV
|
||||
if not Mongrel::Command::Registry.instance.run ARGV
|
||||
exit 1
|
||||
end
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue