Browse Source

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

(cherry picked from commit 63aa142b770eda31e83ca6c6e5e96cb802b8b6a9)
Akira Ajisaka 4 năm trước cách đây
mục cha
commit
be253c2fd0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      dev-support/bin/test-patch

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