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

This commit is contained in:
Akira Ajisaka 2021-03-09 11:10:10 +09:00
parent 6a922f9896
commit 63aa142b77
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50

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