Commit 48c4f74
committed
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.1 parent 1d01e54 commit 48c4f74
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
986 | 986 | | |
987 | 987 | | |
988 | 988 | | |
| 989 | + | |
989 | 990 | | |
990 | 991 | | |
991 | 992 | | |
| |||
0 commit comments