[cmake-developers] [CMake 0014993]: ctest doesn't manage correctly the -LE and -L flags

Mantis Bug Tracker mantis at public.kitware.com
Thu Jun 26 03:46:52 EDT 2014


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=14993 
====================================================================== 
Reported By:                ycollet
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   14993
Category:                   CTest
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2014-06-26 03:46 EDT
Last Modified:              2014-06-26 03:46 EDT
====================================================================== 
Summary:                    ctest doesn't manage correctly the -LE and -L flags
Description: 
I have added labels to my tests via:
set_tests_properties(MyTest PROPERTIES LABELS "LABEL1;LABEL2;FAIL")

I wanted to launch tests using the following command line:

ctest -L LABEL1 -LE FAIL 

and no tests are launched.
If I start ctest -L LABEL1 some tests are launched.
If I start ctest -LE FAIL, some tests are launched.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2014-06-26 03:46 ycollet        New Issue                                    
======================================================================



More information about the cmake-developers mailing list