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                                    
======================================================================

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to