Skip to content

Commit

Permalink
HADOOP-8839. test-patch's -1 on @author tag presence doesn't cause a …
Browse files Browse the repository at this point in the history
…-1 to the overall result. Contributed by Harsh J. (harsh)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1391884 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
QwertyManiac committed Sep 29, 2012
1 parent af647bb commit ab52567
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-support/test-patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -914,6 +914,7 @@ if [[ $RESULT != 0 ]] ; then
fi
buildWithPatch
checkAuthor
(( RESULT = RESULT + $? ))

if [[ $JENKINS == "true" ]] ; then
cleanUpXml
Expand Down
3 changes: 3 additions & 0 deletions hadoop-common-project/hadoop-common/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,9 @@ Trunk (Unreleased)
(default behavior in some bash setups (esp. Ubuntu))
(Chiristopher Berner and Andy Isaacson via harsh)

HADOOP-8839. test-patch's -1 on @author tag presence doesn't cause
a -1 to the overall result (harsh)

OPTIMIZATIONS

HADOOP-7761. Improve the performance of raw comparisons. (todd)
Expand Down

0 comments on commit ab52567

Please sign in to comment.