MAPREDUCE-2394. JUnit output format doesn't propagate into raid contrib build. Contributed by Todd Lipcon.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/mapreduce/trunk@1082617 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGES.txt b/CHANGES.txt
index 78710e0..82b643a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -635,6 +635,9 @@
 
     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
 
diff --git a/src/contrib/raid/build.xml b/src/contrib/raid/build.xml
index cf8baad..1aa549f 100644
--- a/src/contrib/raid/build.xml
+++ b/src/contrib/raid/build.xml
@@ -45,7 +45,7 @@
               <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"/>