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=3f2468135799c30aef77d5ff2def7424930d5709

commit 3f2468135799c30aef77d5ff2def7424930d5709
Author: Guillem Jover <[email protected]>
AuthorDate: Sun Nov 20 23:29:25 2022 +0100

    test: Use --quiet instead of -q on cppcheck invocations
    
    Use the long version to make the option obvious, as there is no need for
    succinctness in scripts, and no portability concerns.
---
 t/cppcheck.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/cppcheck.t b/t/cppcheck.t
index 9e8108aec..6950d447c 100644
--- a/t/cppcheck.t
+++ b/t/cppcheck.t
@@ -30,7 +30,7 @@ plan tests => 1;
 #  -DLIBDPKG_VOLATILE_API=1
 #  -Ilib
 my @cppcheck_opts = (qw(
-  -q --force --error-exitcode=2
+  --quiet --force --error-exitcode=2
   --suppressions-list=t/cppcheck/cppcheck.supp
 ), (
   '--enable=warning,performance,portability,style',

-- 
Dpkg.Org's dpkg

Reply via email to