From 18ba78e99b5324e6d689e1cb142a5616493bfebb Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 29 Sep 2019 18:26:50 +0200 Subject: [PATCH] Clarify recent ert manual change * doc/misc/ert.texi (Running Tests in Batch Mode): Say that ert test selector strings are regular expressions. --- doc/misc/ert.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. 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 \ -- 2.39.2