emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/buttercup d443ecb 293/340: Clarify patterns in bin/butterc


From: ELPA Syncer
Subject: [nongnu] elpa/buttercup d443ecb 293/340: Clarify patterns in bin/buttercup
Date: Thu, 16 Dec 2021 14:59:53 -0500 (EST)

branch: elpa/buttercup
commit d443ecb5580d15b54b4f80d333484a71aac1d27a
Author: Ola Nilsson <ola.nilsson@gmail.com>
Commit: Ola Nilsson <ola.nilsson@gmail.com>

    Clarify patterns in bin/buttercup
---
 bin/buttercup | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/bin/buttercup b/bin/buttercup
index 606436b..db5dee7 100755
--- a/bin/buttercup
+++ b/bin/buttercup
@@ -29,7 +29,10 @@ Buttercup options:
 --pattern, -p PATTERN   Only run tests with names matching PATTERN.
                           This option can be used multiple times, in
                           which case tests will be run if they match
-                          any of the given patterns.
+                          any of the given patterns. PATTERN is
+                          matched as a substring of the full test
+                          description (the concatenation of the test
+                          and all paremt suites descriptions).
 
 --no-color, -c          Do not colorize test output.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]