]> git.ipfire.org Git - thirdparty/squid.git/commit
CI: Remove pass-through test-functionality test wrappers (#1383)
authorAlex Rousskov <rousskov@measurement-factory.com>
Sun, 18 Jun 2023 00:30:35 +0000 (00:30 +0000)
committerFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Wed, 11 Oct 2023 13:51:41 +0000 (15:51 +0200)
commitd4853b2d16b5be9935ecf7026e4ecf3a62e0718d
tree9a033d70f4f1bcd28089d63149c847b676ebf66d
parent72dab5b5feb39eb1da3e29a5542d7688e935525a
CI: Remove pass-through test-functionality test wrappers (#1383)

Instead of requiring a custom test wrapper for each test and, hence,
creating an ever-increasing number of pass-through wrappers that do
nothing useful, use a custom test wrapper if and only if it exists. By
default (i.e. when there is no custom wrapper), just run the named test.

As a positive side effect, this change also simplifies running tests
that are not on the $default_tests list hard-coded in main():

    test-suite/test-functionality.sh some-new-test-i-am-working-on
test-suite/test-functionality.sh