]> git.ipfire.org Git - thirdparty/curl.git/commit
runtests: refactor singletest() into separate functions
authorDan Fandrich <dan@coneharvesters.com>
Wed, 22 Mar 2023 23:48:23 +0000 (16:48 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 30 Mar 2023 16:12:52 +0000 (09:12 -0700)
commit53abe3809d6bd2b4704ef3f7c1f40c16fe496d25
tree61d28f142c9b846efc5420238a9de4b436bf2ca2
parent6c0ee77c8a84174cb353f850b720769b0f7359ec
runtests: refactor singletest() into separate functions

This takes it from a 1200 line behemoth into something more manageable.
The content and order of the functions is taken almost directly from
singletest() so the diff sans whitespace is quite short.

Ref: #10818
tests/runtests.pl