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

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


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

commit 82b3cafc1c519d6c74a3f3e7607c073dd907a6c6
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