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 eb05d49349
commit 2da6a96821
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 "$@"