]> 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)
committerFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Wed, 11 Oct 2023 13:51:41 +0000 (15:51 +0200)
commit74e2228b462b0d9c5f890a4c811dd8b3475de66e
tree1d80dc2e2cee3b2b206d6c74dd8c23e2e6b3fce2
parentd4853b2d16b5be9935ecf7026e4ecf3a62e0718d
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