We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent fefac95 commit a8384b5Copy full SHA for a8384b5
app/build.xml
@@ -136,10 +136,8 @@
136
</classpath>
137
138
<!-- Write XML files (for report-generation) and TXT files (for manual review) for every test class -->
139
- <formatter type="plain" />
+ <formatter type="plain" usefile="false" /> <!-- to screen -->
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
<!-- When running all tests, print details for failing tests and a summary for each test class (printsummary=yes above) -->
144
<formatter type="brief" usefile="false" unless="single-test-class"/>
145
0 commit comments