Author: mahadev
Date: Mon Apr 20 22:15:38 2009
New Revision: 766897
URL: http://svn.apache.org/viewvc?rev=766897&view=rev
Log:
ZOOKEEPER-377. running ant cppunit tests, a failure still results in BUILD SUCCESSFUL (giri
via mahadev)
Modified:
hadoop/zookeeper/trunk/CHANGES.txt
hadoop/zookeeper/trunk/build.xml
Modified: hadoop/zookeeper/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/zookeeper/trunk/CHANGES.txt?rev=766897&r1=766896&r2=766897&view=diff
==============================================================================
--- hadoop/zookeeper/trunk/CHANGES.txt (original)
+++ hadoop/zookeeper/trunk/CHANGES.txt Mon Apr 20 22:15:38 2009
@@ -60,6 +60,9 @@
ZOOKEEPER-346. remove the kill command fro mthe client port. (phunt via mahadev)
+ ZOOKEEPER-377. running ant cppunit tests, a failure still results in BUILD
+SUCCESSFUL (giri via mahadev)
+
IMPROVEMENTS:
ZOOKEEPER-308. improve the atomic broadcast performance 3x.
(breed via mahadev)
Modified: hadoop/zookeeper/trunk/build.xml
URL: http://svn.apache.org/viewvc/hadoop/zookeeper/trunk/build.xml?rev=766897&r1=766896&r2=766897&view=diff
==============================================================================
--- hadoop/zookeeper/trunk/build.xml (original)
+++ hadoop/zookeeper/trunk/build.xml Mon Apr 20 22:15:38 2009
@@ -619,7 +619,7 @@
description="to run cppunit test cases">
<property name="fuser.bin" value="/sbin"/>
<property name="lib.cppunit" value="/usr/local/lib"/>
- <exec dir="${test.cppunit.dir}" executable="make">
+ <exec dir="${test.cppunit.dir}" executable="make" failonerror="true">
<env key="LD_LIBRARY_PATH" value="${lib.cppunit}"/>
<env key="PATH" path="${env.PATH};${c.src.dir};${fuser.bin};"/>
<env key="CALLER" value="ANT"/>
|