Repository: hadoop
Updated Branches:
  refs/heads/branch-2.8 f583fa5f4 -> 3b2a25bc4


HADOOP-12743. Fix git environment check during test-patch (aw)

(cherry picked from commit d323639686eab28f1510031e52e4390f82d78989)
(cherry picked from commit a086fd90408c0dca13d22d66ab528a68b4f57f42)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3b2a25bc
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/3b2a25bc
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/3b2a25bc

Branch: refs/heads/branch-2.8
Commit: 3b2a25bc4b040ba87ca6aa17b160e007bb8d931e
Parents: f583fa5
Author: Allen Wittenauer <a...@apache.org>
Authored: Tue Jan 26 15:46:57 2016 -0800
Committer: Akira Ajisaka <aajis...@apache.org>
Committed: Thu Jun 9 23:27:23 2016 +0900

----------------------------------------------------------------------
 dev-support/bin/yetus-wrapper | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/3b2a25bc/dev-support/bin/yetus-wrapper
----------------------------------------------------------------------
diff --git a/dev-support/bin/yetus-wrapper b/dev-support/bin/yetus-wrapper
index f0eee9e..760cc53 100755
--- a/dev-support/bin/yetus-wrapper
+++ b/dev-support/bin/yetus-wrapper
@@ -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
 


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to