소스 검색

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

Akira Ajisaka 4 년 전
부모
커밋
63aa142b77
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 "$@"