HADOOP-17557. skip-dir option is not processed by Yetus. Contributed by Ahmed Hussein.
(cherry picked from commit 63aa142b77
)
This commit is contained in:
parent
f30d1092bc
commit
8d71ee12d2
|
@ -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 "$@"
|
||||
|
|
Loading…
Reference in New Issue