|
136 | 136 | </classpath>
|
137 | 137 |
|
138 | 138 | <!-- Write XML files (for report-generation) and TXT files (for manual review) for every test class -->
|
139 | | - <formatter type="plain" /> |
| 139 | + <formatter type="plain" usefile="false" /> <!-- to screen --> |
140 | 140 | <formatter type="xml"/>
|
141 | | - <!-- Print full details to stdout when running a single test --> |
142 | | - <formatter type="plain" usefile="false" if="single-test-class"/> |
143 | 141 | <!-- When running all tests, print details for failing tests and a summary for each test class (printsummary=yes above) -->
|
144 | 142 | <formatter type="brief" usefile="false" unless="single-test-class"/>
|
145 | 143 |
|
|
0 commit comments