Commit Briefs

Omar Polo

change the flags to be consistent with other OpenBSD daemons

-d is `debug' (run in the foreground) -f to load the configuration file adjust regress and contrib accordingly



Omar Polo

count ran/failed tests number



Omar Polo

remove unused function



Omar Polo

set prefork to 1 during regress


Omar Polo

don't print `config OK'



Omar Polo

typo


Omar Polo

typo

forgot to rename variable in lib.sh: dont_check -> dont_check_server_alive.


Omar Polo

re-add sha script; it's used in the Makefile

While there, use it in the tests too



Omar Polo

allow running only specific tests

It's now possible to run only a subset of the tests with: ./runtime test1 test2 ...


Omar Polo

rework the regression suite

The tests are still there, the suite is equivalent to the old one, but this one is better structured. The biggest annoyance I had with the old one was that it wasn't straightforward to test only a specific set of tests. It's still impossible, but it's way easier to do it now. This extract all the tests to their own functions. It's overall better in all possible regards.