Skip to content

Commit a8384b5

Browse files
committed
Print details for failed tests
1 parent fefac95 commit a8384b5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/build.xml

+1-3
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,8 @@
136136
</classpath>
137137

138138
<!-- 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 -->
140140
<formatter type="xml"/>
141-
<!-- Print full details to stdout when running a single test -->
142-
<formatter type="plain" usefile="false" if="single-test-class"/>
143141
<!-- When running all tests, print details for failing tests and a summary for each test class (printsummary=yes above) -->
144142
<formatter type="brief" usefile="false" unless="single-test-class"/>
145143

0 commit comments

Comments
 (0)