HADOOP-11926. test-patch.sh mv does wrong math (aw)

This commit is contained in:
Allen Wittenauer 2015-05-05 17:01:42 -07:00
parent 4da8490b51
commit 4402e4c633
2 changed files with 3 additions and 1 deletions

View File

@ -2262,7 +2262,7 @@ function cleanup_and_exit
# Jenkins or whatever already knows where it is at
# since it told us to put it there!
relative_patchdir >/dev/null
if [[ $? == 0 ]]; then
if [[ $? == 1 ]]; then
hadoop_debug "mv ${PATCH_DIR} ${BASEDIR}"
mv "${PATCH_DIR}" "${BASEDIR}"
fi

View File

@ -610,6 +610,8 @@ Release 2.8.0 - UNRELEASED
HADOOP-11904. test-patch.sh goes into an infinite loop on non-maven
builds (aw)
HADOOP-11926. test-patch.sh mv does wrong math (aw)
Release 2.7.1 - UNRELEASED
INCOMPATIBLE CHANGES