Author: pradeepkth
Date: Thu Apr 15 17:02:46 2010
New Revision: 934487

URL: http://svn.apache.org/viewvc?rev=934487&view=rev
Log:
PIG-1325: Provide a way to exclude a testcase when running "ant test" 
(pradeepkth)

Modified:
    hadoop/pig/branches/branch-0.6/CHANGES.txt
    hadoop/pig/branches/branch-0.6/build.xml

Modified: hadoop/pig/branches/branch-0.6/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/pig/branches/branch-0.6/CHANGES.txt?rev=934487&r1=934486&r2=934487&view=diff
==============================================================================
--- hadoop/pig/branches/branch-0.6/CHANGES.txt (original)
+++ hadoop/pig/branches/branch-0.6/CHANGES.txt Thu Apr 15 17:02:46 2010
@@ -26,6 +26,9 @@ PIG-922: Logical optimizer: push up proj
 
 IMPROVEMENTS
 
+PIG-1325: Provide a way to exclude a testcase when running "ant test"
+(pradeepkth)
+
 PIG-1376: Pig 060 Docs - ILLUSTRATE and Passing Configurations to UDFs 
(chandec via olgan)
 
 PIG-1214: Pig 0.6 Docs fixes (chandec via olgan)

Modified: hadoop/pig/branches/branch-0.6/build.xml
URL: 
http://svn.apache.org/viewvc/hadoop/pig/branches/branch-0.6/build.xml?rev=934487&r1=934486&r2=934487&view=diff
==============================================================================
--- hadoop/pig/branches/branch-0.6/build.xml (original)
+++ hadoop/pig/branches/branch-0.6/build.xml Thu Apr 15 17:02:46 2010
@@ -539,6 +539,7 @@
                     <exclude name="**/TestOrderBy2.java" />
                     <exclude name="**/TestPi.java" />
                     <exclude name="**/nightly/**" />
+                    <exclude name="**/${exclude.testcase}.java" 
if="exclude.testcase" />
                 </fileset>
             </batchtest>
             <batchtest fork="yes" todir="${test.log.dir}" if="testcase">


Reply via email to