1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00

Ensure correct exit code from buildserver build

This commit is contained in:
Ciaran Gultnieks 2013-10-21 21:16:41 +01:00
parent b4293fb9d6
commit fa2b787b92

View File

@ -705,6 +705,10 @@ def parse_commandline():
help="Update the wiki")
options, args = parser.parse_args()
# Force --stop with --on-server to get cotrect exit code
if options.onserver:
options.stop = True
# The --install option implies --test and --force...
if options.install:
if options.server: