Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bootstrap: drop warning for top-level test suite path check
This doesn't quite handle the more exotic path suffix matches that test filters seem to accept (e.g. `library/test` can be matched with `--exclude test`), so avoid warning on non-existent top-level test suites for now. A proper fix will need to possibly query test `Step`s for their exclude logic.
- Loading branch information