diff options
-rw-r--r-- | java/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/build.xml b/java/build.xml index 26aab1c322..3b70707e61 100644 --- a/java/build.xml +++ b/java/build.xml @@ -224,7 +224,7 @@ description="run JMS examples against the corresponding c++ and python examples"> <property name="qpid.src.home" location=".."/> <echo-prop name="qpid.src.home"/> - <exec executable="/bin/sh"> + <exec executable="/bin/sh" failonerror="true"> <env key="QPID_SRC_HOME" value="${qpid.src.home}"/> <arg value="-c"/> <arg value="${project.root}/client/example/bin/verify_all"/> |