HomePhabricator

Merge #9067: Fix exit codes
f53023dbb860Unpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

Merge #9067: Fix exit codes

4441018 Every main()/exit() should return/use one of EXIT_ codes instead of magic numbers (UdjinM6)
bd0de13 Fix exit codes: - --help, --version etc should exit with 0 i.e. no error ("not enough args" case should still trigger an error) - error reading config file should exit with 1 (UdjinM6)

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Nov 8 2016, 09:32
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGING4441018d0860: Every main()/exit() should return/use one of EXIT_ codes instead of magic…
rSTAGINGb8f43e33316c: Merge #9095: test: Fix test_random includes
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rSTAGINGf53023dbb860: Merge #9067: Fix exit codes (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Nov 8 2016, 09:55