crocs-muni/usable-cert-validation

Make doesn't care about failing tests in a second build

Closed this issue · 0 comments

When a certificate chain fails to validate with the correct error message, the make fails.

However, if we try to build second time, then the chain had already been generated, no tests are run, and Make finishes correctly (even though it shouldn't).

What would be the correct way to solve this?