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 ...