s4:samba-tool: allow sys.exit(ret) to control the exit code
commit475755ef9ff5f39ba499de8f30c23efcce10ba0c
authorStefan Metzmacher <metze@samba.org>
Tue, 11 Sep 2012 06:21:27 +0000 (11 08:21 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 11 Sep 2012 06:23:55 +0000 (11 08:23 +0200)
tree87930a253aaf15855abeb02c52543c0104c4a14c
parent5de7a3d73908f50dbaf141d2f964849904b2fa1a
s4:samba-tool: allow sys.exit(ret) to control the exit code

Some subcommands may use sys.exit(0), which shouldn't be reported
as an error to the caller.

metze
source4/scripting/bin/samba-tool