Commit Briefs


Omar Polo

retire the old gg



Omar Polo

typo


Omar Polo

typo

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


Omar Polo

rename `runtime' to `regress'

while there also kill an unused rule `regress', it's now redundant since all the tests are run together.


Omar Polo

rename variable


Omar Polo

run all kinds of tests via tests.sh/runtime

while there also change the dependency in the makefile: iri_test should be alone, not as deps of `data'.


Omar Polo

add ocs stapling checking for gg


Omar Polo

allow to run only a subset of the runtime tests

with make TESTS='test_1 test_2 ...' regress now it's possible to run only that specified subset of tests. It's really useful during debugging :)


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

remove unused script


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.