Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 54fe3fd

Browse files
committed
Noted the support for resource exclusion for regrtest. Some people
use regrtest, so it might be interesting.
1 parent 4dd0f7e commit 54fe3fd

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Doc/whatsnew/whatsnew23.tex

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1604,6 +1604,13 @@ \section{Other Changes and Fixes}
16041604

16051605
\begin{itemize}
16061606

1607+
\item The \file{regrtest.py} script now provides a way to allow ``all
1608+
resources except \var{foo}.'' A resource name passed to the
1609+
\programopt{-u} option can now be prefixed with a hyphen
1610+
(\character{-}) to mean ``remove this resource.'' For example, the
1611+
option `\code{\programopt{-u}all,-bsddb}' could be used to enable the
1612+
use of all resources except \code{bsddb}.
1613+
16071614
\item The tools used to build the documentation now work under Cygwin
16081615
as well as \UNIX.
16091616

0 commit comments

Comments
 (0)