We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7dfcc73 + ac6688d commit 3c7c0e4Copy full SHA for 3c7c0e4
app/build.xml
@@ -109,7 +109,7 @@
109
<fileset dir="test" includes="**/*.pac" />
110
</copy>
111
112
- <junit printsummary="yes" dir="${work.dir}" fork="true">
+ <junit printsummary="yes" dir="${work.dir}" fork="true" showoutput="yes" failureproperty="test.failed">
113
<jvmarg value="-Djava.library.path=${java.additional.library.path}"/>
114
<jvmarg value="-DWORK_DIR=."/>
115
<jvmarg value="-ea"/>
@@ -131,6 +131,7 @@
131
</batchtest>
132
</junit>
133
134
+ <fail if="test.failed"/>
135
</target>
136
137
<target name="build" depends="compile" description="Build PDE">
0 commit comments