Re: Skip tests with CTest

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]
  Powered by Linux