git-review/releasenotes/notes/fix-exit-code-5ab7f6314976319f.yaml
Ilya Etingof d94e3a3431 Improve exit code implementation
Unnecessary dynamic GitReviewException.EXIT_CODE attribute
lookup refactored into static to benefit static analyzers.

Default process exit code changed from 127 (command not found error)
to 1 (general error)

Change-Id: I1fcb583a740bf32c4427a587e208d099712a7bc4
2018-11-06 12:26:11 +00:00

7 lines
208 B
YAML

---
fixes:
- |
Fixes ``gitreview`` process exit code to align with general
UNIX process exit code conventions. Specifically, default exit
code changed to ``1`` which stands for "general error".