1
0
Fork 0
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:
zedshaw 2006-03-28 15:41:52 +00:00
parent 836a545e65
commit 57ff055dec

View file

@ -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