aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2019-09-29 18:26:50 +0200
committerStefan Kangas2019-09-29 18:32:45 +0200
commit18ba78e99b5324e6d689e1cb142a5616493bfebb (patch)
tree4edff401936e2cb0f14d2dcfab69ad3624e022a8
parent53b71fd4adf6de6b4d8b37e8ab3d56eb93e7ce92 (diff)
downloademacs-18ba78e99b5324e6d689e1cb142a5616493bfebb.tar.gz
emacs-18ba78e99b5324e6d689e1cb142a5616493bfebb.zip
Clarify recent ert manual change
* doc/misc/ert.texi (Running Tests in Batch Mode): Say that ert test selector strings are regular expressions.
-rw-r--r--doc/misc/ert.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/misc/ert.texi b/doc/misc/ert.texi
index 889216cbefc..ee3725e5b28 100644
--- a/doc/misc/ert.texi
+++ b/doc/misc/ert.texi
@@ -339,7 +339,8 @@ In quiet mode ERT prints only unexpected results and summary.
339 339
340You can specify selectors to only run a subset of your tests 340You can specify selectors to only run a subset of your tests
341(@pxref{Test Selectors}). For example, the following would run all 341(@pxref{Test Selectors}). For example, the following would run all
342tests where the name of the test matches the string ``to-match''. 342tests where the name of the test matches the regular expression
343``to-match''.
343 344
344@example 345@example
345emacs -batch -l ert -l my-tests.el \ 346emacs -batch -l ert -l my-tests.el \