This is an automated email from the ASF dual-hosted git repository.

aajisaka pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new 8d71ee1  HADOOP-17557. skip-dir option is not processed by Yetus. 
Contributed by Ahmed Hussein.
8d71ee1 is described below

commit 8d71ee12d2511959a95edd51b937dbff4113e3d1
Author: Akira Ajisaka <aajis...@apache.org>
AuthorDate: Tue Mar 9 11:10:10 2021 +0900

    HADOOP-17557. skip-dir option is not processed by Yetus. Contributed by 
Ahmed Hussein.
    
    (cherry picked from commit 63aa142b770eda31e83ca6c6e5e96cb802b8b6a9)
---
 dev-support/bin/test-patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/bin/test-patch b/dev-support/bin/test-patch
index 8ff8119..5faf472 100755
--- a/dev-support/bin/test-patch
+++ b/dev-support/bin/test-patch
@@ -15,4 +15,4 @@
 # limitations under the License.
 
 BINDIR=$(cd -P -- "$(dirname -- "${BASH_SOURCE-0}")" >/dev/null && pwd -P)
-exec "${BINDIR}/yetus-wrapper" test-patch --project=hadoop 
--skip-dir=dev-support "$@"
+exec "${BINDIR}/yetus-wrapper" test-patch --project=hadoop 
--skip-dirs=dev-support "$@"


---------------------------------------------------------------------
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