[cmake-developers] [CMake 0014287]: CTest options should be cumulative

Mantis Bug Tracker mantis at public.kitware.com
Thu Jul 11 17:59:35 EDT 2013


The following issue has been SUBMITTED. 
====================================================================== 
http://cmake.org/Bug/view.php?id=14287 
====================================================================== 
Reported By:                Rolf Eike Beer
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   14287
Category:                   CTest
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2013-07-11 17:59 EDT
Last Modified:              2013-07-11 17:59 EDT
====================================================================== 
Summary:                    CTest options should be cumulative
Description: 
Writing a commandline like "ctest -R (foo|bar)" requires quoting of the regex
e.g. with bash as bash tries to interpret (|) itself. Also if the number of
expressions grows those regexes become clumsy.

It would be very nice if the same could be achieved by simply calling ctest -R
foo -R bar. The same probably applies to -L, -LE, -E, -I, and maybe also -A.

For the moment it would be at least helpful to warn if any of these is used
multiple times so it is obvious why it doesn't work.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2013-07-11 17:59 Rolf Eike Beer New Issue                                    
======================================================================




More information about the cmake-developers mailing list