diff options
author | Rajith Muditha Attapattu <rajith@apache.org> | 2009-04-21 16:32:24 +0000 |
---|---|---|
committer | Rajith Muditha Attapattu <rajith@apache.org> | 2009-04-21 16:32:24 +0000 |
commit | 94b8ad6e617cfc9fc90abae667cff679d766fef5 (patch) | |
tree | 9deffc3bf3e6683a58547773435c904c53013172 | |
parent | 2574691af14be919eec4e7fd54530368cba67d04 (diff) | |
download | qpid-python-94b8ad6e617cfc9fc90abae667cff679d766fef5.tar.gz |
Added failonerror=true to fail the build if the example automation fails
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@767211 13f79535-47bb-0310-9956-ffa450edef68
-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"/> |