| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Cpython already uses exit code 1 for uncaught exception, this uses the
vaguely-standardized value of 64 from `os.EX_USAGE` instead.
|
|
|
|
|
|
| |
This is a tentative fix for #44: catch exceptions raised by requests if
it cannot connect to the log so that the witness can return the
expected exit codes.
|
|
|
|
|
| |
Also adds the first tests (using pytest) & a short paragraph to the
README on how to run them.
|
|
|
|
| |
Following API changes in log.
|
|
|
|
| |
Following changes in log API.
|
| |
|
|
|
|
|
|
| |
Allow for 10s of clock drift too.
Bug reported by rgdd.
|
|
|