You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-commits@hadoop.apache.org by to...@apache.org on 2011/03/12 01:58:10 UTC

svn commit: r1080831 - in /hadoop/mapreduce/trunk: CHANGES.txt build.xml src/test/empty-file

Author: todd
Date: Sat Mar 12 00:58:10 2011
New Revision: 1080831

URL: http://svn.apache.org/viewvc?rev=1080831&view=rev
Log:
MAPREDUCE-2367. Amend previous commit for this JIRA to fix build on Cygwin. Contributed by Todd Lipcon.

Added:
    hadoop/mapreduce/trunk/src/test/empty-file
Modified:
    hadoop/mapreduce/trunk/CHANGES.txt
    hadoop/mapreduce/trunk/build.xml

Modified: hadoop/mapreduce/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/mapreduce/trunk/CHANGES.txt?rev=1080831&r1=1080830&r2=1080831&view=diff
==============================================================================
--- hadoop/mapreduce/trunk/CHANGES.txt (original)
+++ hadoop/mapreduce/trunk/CHANGES.txt Sat Mar 12 00:58:10 2011
@@ -62,6 +62,9 @@ Trunk (unreleased changes)
 
     MAPREDUCE-2367. Allow using a file to exclude certain tests from build.
     (todd)
+    
+    MAPREDUCE-2367. Amend previous commit for this JIRA to fix build on Cygwin.
+    (todd)
 
   OPTIMIZATIONS
     

Modified: hadoop/mapreduce/trunk/build.xml
URL: http://svn.apache.org/viewvc/hadoop/mapreduce/trunk/build.xml?rev=1080831&r1=1080830&r2=1080831&view=diff
==============================================================================
--- hadoop/mapreduce/trunk/build.xml (original)
+++ hadoop/mapreduce/trunk/build.xml Sat Mar 12 00:58:10 2011
@@ -123,7 +123,7 @@
   <property name="test.mapred.commit.tests.file" value="${test.src.dir}/commit-tests" />
   <property name="test.mapred.smoke.tests.file" value="${test.src.dir}/smoke-tests" />
   <property name="test.mapred.all.tests.file" value="${test.src.dir}/all-tests" />
-  <property name="test.exclude.file" value="/dev/null" />
+  <property name="test.exclude.file" value="${test.src.dir}/empty-file" />
 
   <property name="librecordio.test.dir" value="${test.build.dir}/librecordio"/>
   <property name="web.src.dir" value="${basedir}/src/web"/>
@@ -1590,6 +1590,7 @@
         <exclude name="lib/jdiff/"/>
         <exclude name="src/test/all-tests"/>
         <exclude name="src/test/commit-tests"/>
+        <exclude name="src/test/empty-file"/>
         <exclude name="src/test/mapred/org/apache/hadoop/mapred/test.tgz"/>
         <exclude name="src/test/tools/data/rumen/**/*"/>
         <exclude name="src/test/mapred/org/apache/hadoop/mapred/*.txt"/>

Added: hadoop/mapreduce/trunk/src/test/empty-file
URL: http://svn.apache.org/viewvc/hadoop/mapreduce/trunk/src/test/empty-file?rev=1080831&view=auto
==============================================================================
    (empty)