--include-ignored
Run ignored and not ignored tests
--ignored Run only ignored tests
The problem is --ignored requires knowing whether a test is ignored a priori which is unknown when dealing with runtime ignoring.
Currently libtest2 treats --ignored as --include-ignored. What is the right behavior to specify though?