HADOOP-12743. Fix git environment check during test-patch (aw)
(cherry picked from commitd323639686
) (cherry picked from commita086fd9040
)
This commit is contained in:
parent
f583fa5f4e
commit
3b2a25bc4b
|
@ -165,6 +165,7 @@ if [[ $? != 0 ]]; then
|
|||
fi
|
||||
|
||||
if [[ -x "${HADOOP_PATCHPROCESS}/yetus-${HADOOP_YETUS_VERSION}/bin/${WANTED}" ]]; then
|
||||
popd >/dev/null
|
||||
exec "${HADOOP_PATCHPROCESS}/yetus-${HADOOP_YETUS_VERSION}/bin/${WANTED}" "${ARGV[@]}"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue