You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2021/03/09 02:11:54 UTC

[hadoop] branch branch-3.1 updated: HADOOP-17557. skip-dir option is not processed by Yetus. Contributed by Ahmed Hussein.

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

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


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

commit be253c2fd09b521cffe1a7f1250a0d3ccf8bb04b
Author: Akira Ajisaka <aa...@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-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org