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 0dbff59 commit ac6688dCopy full SHA for ac6688d
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