test-lib: verbose mode for only tests matching a pattern
[gitweb.git] / t / README
index e669bb31b9aa2513a6f71de9fd066a21a0a3bde7..9c8f9b19fd743251eb3a02596fa34aed3b611386 100644 (file)
--- a/t/README
+++ b/t/README
@@ -76,6 +76,11 @@ appropriately before running "make".
        command being run and their output if any are also
        output.
 
+--verbose-only=<pattern>::
+       Like --verbose, but the effect is limited to tests with
+       numbers matching <pattern>.  The number matched against is
+       simply the running count of the test within the file.
+
 --debug::
        This may help the person who is developing a new test.
        It causes the command defined with test_debug to run.