From: Stefan Kangas Date: Sun, 29 Sep 2019 16:26:50 +0000 (+0200) Subject: Clarify recent ert manual change X-Git-Tag: emacs-27.0.90~1370 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=18ba78e99b5324e6d689e1cb142a5616493bfebb;p=emacs.git Clarify recent ert manual change * doc/misc/ert.texi (Running Tests in Batch Mode): Say that ert test selector strings are regular expressions. --- 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 \