This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=a59c21aaafb58aa25d632c420ada70d43d4447c4 commit a59c21aaafb58aa25d632c420ada70d43d4447c4 Author: Guillem Jover <[email protected]> AuthorDate: Sat Oct 21 03:29:59 2023 +0200 build: Rename the shared library tests to shlib-tests The shared-tests on its own is a confusing name, as it suggests some kind of tests that are shared among other ones or similar. Use instead the less ambiguous shlib term. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a7131dcd6..f9e0f2eed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,7 @@ vpath-tests: - make check TESTSUITEFLAGS=--verbose TEST_PARALLEL=$(nproc) # Test whether we can build the shared library. -shared-tests: +shlib-tests: stage: test script: - AUTHOR_TESTING=1 ./configure --enable-shared -- Dpkg.Org's dpkg

