HADOOP-17557. skip-dir option is not processed by Yetus. Contributed by Ahmed Hussein.

(cherry picked from commit 63aa142b77)
This commit is contained in:
Akira Ajisaka 2021-03-09 11:10:10 +09:00
parent f30d1092bc
commit 8d71ee12d2
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 1 additions and 1 deletions

View File

@ -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 "$@"