mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
Clarify recent ert manual change
* doc/misc/ert.texi (Running Tests in Batch Mode): Say that ert test selector strings are regular expressions.
This commit is contained in:
parent
53b71fd4ad
commit
18ba78e99b
@ -339,7 +339,8 @@ In quiet mode ERT prints only unexpected results and summary.
|
||||
|
||||
You can specify selectors to only run a subset of your tests
|
||||
(@pxref{Test Selectors}). For example, the following would run all
|
||||
tests where the name of the test matches the string ``to-match''.
|
||||
tests where the name of the test matches the regular expression
|
||||
``to-match''.
|
||||
|
||||
@example
|
||||
emacs -batch -l ert -l my-tests.el \
|
||||
|
Loading…
Reference in New Issue
Block a user