Nilesh Patra pushed to branch master at lintian / lintian


Commits:
33245b6e by Benjamin Drung at 2026-05-22T23:54:45+02:00
README: add missing dashes to test run command

The test run `private/runtests` take a `--onlyrun` parameter (with
dashes). Calling `private/runtests onlyrun` will fail.

- - - - -
0179c33b by Benjamin Drung at 2026-05-22T23:56:09+02:00
README: add examples for calling private/runtests

- - - - -


1 changed file:

- t/recipes/README


Changes:

=====================================
t/recipes/README
=====================================
@@ -260,7 +260,7 @@ check.
 
 To run a specific test case, run:
 
-    private/runtests onlyrun=test:<path>
+    private/runtests --onlyrun=test:<path>
 
 You can also run groups of tests defined by selectors such as:
 
@@ -270,6 +270,11 @@ You can also run groups of tests defined by selectors such 
as:
     script: runs the named code quality script
     minimal: runs only required internal tests
 
+Example:
+
+    private/runtests --onlyrun=test:deb-format-lzma
+    private/runtests --onlyrun=check:deb-format
+
 The internal tests cannot be disabled. They make sure that essential
 components behave as expected.
 



View it on GitLab: 
https://salsa.debian.org/lintian/lintian/-/compare/33d382383a14365698ba4febc11bd72797d729c8...0179c33b7224eb429294dd97ce042f2b5674577f

-- 
View it on GitLab: 
https://salsa.debian.org/lintian/lintian/-/compare/33d382383a14365698ba4febc11bd72797d729c8...0179c33b7224eb429294dd97ce042f2b5674577f
You're receiving this email because of your account on salsa.debian.org. Manage 
all notifications: https://salsa.debian.org/-/profile/notifications | Help: 
https://salsa.debian.org/help


Reply via email to