mozilla / tls-canary

DEPRECATED - TLS regression scanner for Firefox
https://tlscanary.mozilla.org/
Mozilla Public License 2.0
18 stars 15 forks source link

Make tlscanary shell script return proper return codes to shell #91

Closed cr closed 2 years ago

cr commented 7 years ago

Return codes are currently all over the place. They should be organized, perhaps in a way that every failure state has a unique non-zero return code.

cr commented 7 years ago

Also see man sysexits.

cr commented 7 years ago

Cleaning up our sys.exit() mess is also part of #67.