浏览代码

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