Commit 5e52e35
committed
Ant test output can now show incremental progress
Added ability to override properties in bc-build.properties
with a bc-build.user.properties file, which is ignored by git.
The intent is for bc-build.user.properties to hold user-specific
settings that are *not* committed to the repository.
A summary line for each test suite executed can be output by
adding this property to bc-build.user.properties:
junit.printsummary: on
The default behavior remains unchanged, as the default value for
junit.printsummary is false.1 parent cf490aa commit 5e52e35
3 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
971 | 972 | | |
972 | 973 | | |
973 | 974 | | |
974 | | - | |
| 975 | + | |
975 | 976 | | |
976 | 977 | | |
977 | 978 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
0 commit comments