From 63aa142b770eda31e83ca6c6e5e96cb802b8b6a9 Mon Sep 17 00:00:00 2001 From: Akira Ajisaka Date: Tue, 9 Mar 2021 11:10:10 +0900 Subject: [PATCH] HADOOP-17557. skip-dir option is not processed by Yetus. Contributed by Ahmed Hussein. --- 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 8ff8119b3e..5faf472d32 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 "$@"