diff --git a/CHANGES.txt b/CHANGES.txt index ead2d3f88a..60c94eb690 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -69,6 +69,8 @@ Trunk (unreleased changes) HADOOP-7159. RPC server should log the client hostname when read exception happened. (Scott Chen via todd) + HADOOP-7167. Allow using a file to exclude certain tests from build. (todd) + OPTIMIZATIONS BUG FIXES diff --git a/build.xml b/build.xml index 93d77849d7..8a73385279 100644 --- a/build.xml +++ b/build.xml @@ -95,6 +95,7 @@ + @@ -770,13 +771,15 @@ excludes="**/${test.exclude}.java aop/** system/**"> + + excludes="**/${test.exclude}.java" + excludesfile="${test.exclude.file}" />