diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2008-05-14 18:50:02 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2008-05-14 18:50:02 +0000 |
| commit | f4748d5773c03b14eebc98ff63e95c5bdd2249f4 (patch) | |
| tree | 075d326654b4c1ab48ecd9d8b933ca1e8ac90c11 /java/common.xml | |
| parent | a4e735d458022e91546128cca4ecc4f32f8e869a (diff) | |
| download | qpid-python-f4748d5773c03b14eebc98ff63e95c5bdd2249f4.tar.gz | |
QPID-965: made the ant build report the cummulative success/failure of the test suite
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@656357 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/common.xml')
| -rw-r--r-- | java/common.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/common.xml b/java/common.xml index 281d5d0b33..8d61880714 100644 --- a/java/common.xml +++ b/java/common.xml @@ -31,6 +31,7 @@ <property name="build.etc" location="${build}/etc"/> <property name="build.lib" location="${build}/lib"/> <property name="build.results" location="${build}/results"/> + <property name="build.failed" location="${build.results}/FAILED"/> <property name="build.report" location="${build}/report"/> <property name="build.release" location="${build}/release"/> <property name="build.release.prepare" location="${build.release}/prepare"/> |
