6 Commits

Author SHA1 Message Date
Tor Arne Vestbø
80f5a0dda4 Clean up testsuite children before entire testsuite 2021-06-30 22:08:45 +02:00
Tor Arne Vestbø
4db576a284 Bail out of testsuite doesn't have testcases 2021-06-30 18:23:20 +02:00
Tor Arne Vestbø
b2d42503d4 Verify that testcase is a defined function 2021-06-30 18:23:20 +02:00
Tor Arne Vestbø
64a1462dfb Use process group to kill children instead of parent PIDs
Using the process group (now that we've got one that's exclusive
to the testrunner) allows us to also clean up children that have
been detached from their original parent (and now have PID 1 as
their parent).
2021-06-27 22:07:56 +02:00
Tor Arne Vestbø
a215104a15 Run testrunner in its own process group 2021-06-27 22:07:56 +02:00
Tor Arne Vestbø
24400ff67b Use .tst extension for tests suites 2021-06-27 22:07:56 +02:00