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 | ac423e626b4d619dc31531b4135a0fa0aabee057 (patch) | |
| tree | 06dcb15083a0670f6e852ed19c36f2f5575da1d5 /qpid/java | |
| parent | 281b5aaeb6efb3f27848207a4b846e6dd3e5f40d (diff) | |
| download | qpid-python-ac423e626b4d619dc31531b4135a0fa0aabee057.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@767211 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml index 26aab1c322..3b70707e61 100644 --- a/qpid/java/build.xml +++ b/qpid/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"/> |
