Author: todd
Date: Thu Mar 17 18:15:16 2011
New Revision: 1082617

URL: http://svn.apache.org/viewvc?rev=1082617&view=rev
Log:
MAPREDUCE-2394. JUnit output format doesn't propagate into raid contrib build. 
Contributed by Todd Lipcon.

Modified:
    hadoop/mapreduce/trunk/CHANGES.txt
    hadoop/mapreduce/trunk/src/contrib/raid/build.xml

Modified: hadoop/mapreduce/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/mapreduce/trunk/CHANGES.txt?rev=1082617&r1=1082616&r2=1082617&view=diff
==============================================================================
--- hadoop/mapreduce/trunk/CHANGES.txt (original)
+++ hadoop/mapreduce/trunk/CHANGES.txt Thu Mar 17 18:15:16 2011
@@ -635,6 +635,9 @@ Release 0.22.0 - Unreleased
 
     MAPREDUCE-2336. Tool-related packages should be in the Tool javadoc group.
     (tomwhite)
+    
+    MAPREDUCE-2394. JUnit output format doesn't propagate into raid contrib
+    build. (todd)
 
 Release 0.21.1 - Unreleased
 

Modified: hadoop/mapreduce/trunk/src/contrib/raid/build.xml
URL: 
http://svn.apache.org/viewvc/hadoop/mapreduce/trunk/src/contrib/raid/build.xml?rev=1082617&r1=1082616&r2=1082617&view=diff
==============================================================================
--- hadoop/mapreduce/trunk/src/contrib/raid/build.xml (original)
+++ hadoop/mapreduce/trunk/src/contrib/raid/build.xml Thu Mar 17 18:15:16 2011
@@ -45,7 +45,7 @@ to call at top-level: ant deploy-contrib
               <sysproperty key="hadoop.test.localoutputfile" 
value="${hadoop.test.localoutputfile}"/>
               <sysproperty key="hadoop.log.dir" value="${hadoop.log.dir}"/>
         <sysproperty key="test.src.dir" value="${test.src.dir}"/>
-        <formatter type="plain" />
+        <formatter type="${test.junit.output.format}" />
         <batchtest todir="${build.test}" unless="testcase">
            <fileset dir="${src.test}">
              <include name="**/Test*.java"/>


Reply via email to