]> git.ipfire.org Git - thirdparty/curl.git/commit
runtests: spawn a new process for the test runner
authorDan Fandrich <dan@coneharvesters.com>
Sun, 30 Apr 2023 05:11:25 +0000 (22:11 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Fri, 5 May 2023 07:45:43 +0000 (00:45 -0700)
commit38465f9a556fd20760821d4c53dc5c1266b5ad09
treeeec7e3a3a359dbe3a93addae608995b41a9491e3
parentd4a1b5b60cd7558a4a3128c080dc8e82886c5d55
runtests: spawn a new process for the test runner

When the -j option is given, a new process is spawned in which the test
programs are run and from which test servers are started. Only one
process can be started at once, but this is sufficient to test that the
infrastructure can isolate those functions in a new task. There should
be no visible difference between the two modes at the moment.

Ref: #10818
Closes #11064
tests/globalconfig.pm
tests/runner.pm
tests/runtests.pl