zephyr/scripts/sanity_chk
Ulf Magnusson 50b9b1249b scripts: Simplify code with sys.exit(<string>)
Promote a handy and often-overlooked sys.exit() feature: Passing it a
string (or any other non-int object) prints it to stderr and exits with
status 1.

See the documentation at
https://docs.python.org/3/library/sys.html#sys.exit.

This indirectly prints some errors to stderr that previously went to
stdout.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-09-08 12:34:16 +02:00
..
boards/unit/unit_testing
.gitignore
expr_parser.py scripts: Simplify code with sys.exit(<string>) 2019-09-08 12:34:16 +02:00
harness.py sanitycheck: harness.py: Fix bad indentation 2019-09-07 08:14:29 -04:00
ini2yaml.py scripts: sanitycheck: Remove redundant ifs 2019-09-07 07:59:53 -04:00
sanity_compare.args
sanity_daily.args
sanity_last_release.csv
sanity_verify.args
sanitycheck-platform-schema.yaml
sanitycheck-tc-schema.yaml
scl.py