aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/product/build-aspectj/build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/product/build-aspectj/build.xml b/tests/product/build-aspectj/build.xml
index aea52183a..1d085df32 100644
--- a/tests/product/build-aspectj/build.xml
+++ b/tests/product/build-aspectj/build.xml
@@ -198,12 +198,14 @@
</target>
<target name="test-tools" depends="init">
- <java classname="org.aspectj.tools.ajc.Main">
+ <java classname="org.aspectj.tools.ajc.Main"
+ failonerror="true">
<classpath>
<path refid="tools.libs"/>
<pathelement path="${output.aspectjtools}"/>
</classpath>
<arg value="-help"/>
+ <arg value="-noExit"/>
</java>
</target>