Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ant can now ignore unit tests matching a pattern
To temporarily ignore unit tests matching a specific pattern, run the build scripts like this: $ JUNIT_EXCLUDE_TESTS='**/pqc/**' sh build1-8+ test This example ignores the pqc unit tests, using Ant's ** wildcard to match multiple paths. As the changes were made to the core bc+-build.xml Ant script, they should work with any of the build1-* shell scripts.
- Loading branch information