Am 24.07.2017 um 09:55 schrieb Antonio Trande:
Hi all.
How i can skip multiple tests with CTest?
For example, i can skip tests matching regular expression with '-E'
option but if regular expression is more than one?
'ctest -V -E Python' <--- works
'ctest -V -E Python Star' <--- does not work
'ctest -V -E Python -E Star' <--- does not work
Regards.
Hi Antonio,
did you try `ctest -V -E 'Python|Star'`? Logical "OR" matching works
with regex too. ;)
Cheers,
Björn
_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx