]> git.ipfire.org Git - thirdparty/squid.git/commit
CI: Remove unnecessary test-functionality test wrappers (#1393)
authorAlex Rousskov <rousskov@measurement-factory.com>
Wed, 5 Jul 2023 01:55:59 +0000 (01:55 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Wed, 5 Jul 2023 02:13:55 +0000 (02:13 +0000)
commit15cf09067d1ede6b482368b9665e304102c15783
tree752581cb6e7620788e6af64b8b4484bfb2a71506
parenteb9259b1a2f9b0a018cce8b692355969a92712df
CI: Remove unnecessary test-functionality test wrappers (#1393)

These workarounds are not needed for the current and future code in this
branch. Other branches get their own test-functionality.sh files that
can be used to maintain a branch-specific collection of test wrappers.

The (now unused) has_commit_by_message() function was left in the script
because that function is likely to be used by future workarounds. Unlike
specific test workarounds that only apply to a subset of old code, this
and similar functions can be viewed as a reusable code "library".
test-suite/test-functionality.sh