Browse Source

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

(cherry picked from commit 63aa142b770eda31e83ca6c6e5e96cb802b8b6a9)
Akira Ajisaka 4 years ago
parent
commit
be253c2fd0
1 changed files with 1 additions and 1 deletions
  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 "$@"