YETUS-384. In build driver mode, some plugins have misleading status text Signed-off-by: Allen Wittenauer <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/daf411fa Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/daf411fa Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/daf411fa Branch: refs/heads/YETUS-156 Commit: daf411fadbbd1e2d33907acb1fa73af25fded54e Parents: 2fe2b36 Author: Allen Wittenauer <[email protected]> Authored: Mon Apr 18 13:44:58 2016 -0700 Committer: Allen Wittenauer <[email protected]> Committed: Fri Apr 22 13:25:07 2016 -0700 ---------------------------------------------------------------------- precommit/test-patch.d/perlcritic.sh | 4 ++-- precommit/test-patch.d/pylint.sh | 4 ++-- precommit/test-patch.d/rubocop.sh | 4 ++-- precommit/test-patch.d/ruby-lint.sh | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/daf411fa/precommit/test-patch.d/perlcritic.sh ---------------------------------------------------------------------- diff --git a/precommit/test-patch.d/perlcritic.sh b/precommit/test-patch.d/perlcritic.sh index b376347..291e94e 100755 --- a/precommit/test-patch.d/perlcritic.sh +++ b/precommit/test-patch.d/perlcritic.sh @@ -68,7 +68,7 @@ function perlcritic_preapply start_clock - echo "Running perlcritic against modified perl scripts/modules." + echo "Running perlcritic against identified perl scripts/modules." pushd "${BASEDIR}" >/dev/null for i in "${CHANGED_FILES[@]}"; do if [[ ${i} =~ \.p[lm]$ && -f ${i} ]]; then @@ -114,7 +114,7 @@ function perlcritic_postapply # by setting the clock back offset_clock "${PERLCRITIC_TIMER}" - echo "Running perlcritic against modified perl scripts/modules." + echo "Running perlcritic against identified perl scripts/modules." # we re-check this in case one has been added pushd "${BASEDIR}" >/dev/null for i in "${CHANGED_FILES[@]}"; do http://git-wip-us.apache.org/repos/asf/yetus/blob/daf411fa/precommit/test-patch.d/pylint.sh ---------------------------------------------------------------------- diff --git a/precommit/test-patch.d/pylint.sh b/precommit/test-patch.d/pylint.sh index 0f1790f..7decb96 100755 --- a/precommit/test-patch.d/pylint.sh +++ b/precommit/test-patch.d/pylint.sh @@ -75,7 +75,7 @@ function pylint_preapply start_clock - echo "Running pylint against modified python scripts." + echo "Running pylint against identified python scripts." pushd "${BASEDIR}" >/dev/null for i in "${CHANGED_FILES[@]}"; do if [[ ${i} =~ \.py$ && -f ${i} ]]; then @@ -121,7 +121,7 @@ function pylint_postapply # by setting the clock back offset_clock "${PYLINT_TIMER}" - echo "Running pylint against modified python scripts." + echo "Running pylint against identified python scripts." # we re-check this in case one has been added pushd "${BASEDIR}" >/dev/null for i in "${CHANGED_FILES[@]}"; do http://git-wip-us.apache.org/repos/asf/yetus/blob/daf411fa/precommit/test-patch.d/rubocop.sh ---------------------------------------------------------------------- diff --git a/precommit/test-patch.d/rubocop.sh b/precommit/test-patch.d/rubocop.sh index f73c073..828bea1 100755 --- a/precommit/test-patch.d/rubocop.sh +++ b/precommit/test-patch.d/rubocop.sh @@ -68,7 +68,7 @@ function rubocop_preapply start_clock - echo "Running rubocop against modified ruby scripts." + echo "Running rubocop against identified ruby scripts." pushd "${BASEDIR}" >/dev/null for i in "${CHANGED_FILES[@]}"; do if [[ ${i} =~ \.rb$ && -f ${i} ]]; then @@ -114,7 +114,7 @@ function rubocop_postapply # by setting the clock back offset_clock "${RUBOCOP_TIMER}" - echo "Running rubocop against modified ruby scripts." + echo "Running rubocop against identified ruby scripts." # we re-check this in case one has been added pushd "${BASEDIR}" >/dev/null for i in "${CHANGED_FILES[@]}"; do http://git-wip-us.apache.org/repos/asf/yetus/blob/daf411fa/precommit/test-patch.d/ruby-lint.sh ---------------------------------------------------------------------- diff --git a/precommit/test-patch.d/ruby-lint.sh b/precommit/test-patch.d/ruby-lint.sh index c57887b..78be7b6 100755 --- a/precommit/test-patch.d/ruby-lint.sh +++ b/precommit/test-patch.d/ruby-lint.sh @@ -67,7 +67,7 @@ function ruby_lint_preapply start_clock - echo "Running ruby-lint against modified ruby scripts." + echo "Running ruby-lint against identified ruby scripts." pushd "${BASEDIR}" >/dev/null for i in "${CHANGED_FILES[@]}"; do if [[ ${i} =~ \.rb$ && -f ${i} ]]; then @@ -144,7 +144,7 @@ function ruby_lint_postapply # by setting the clock back offset_clock "${RUBY_LINT_TIMER}" - echo "Running ruby-lint against modified ruby scripts." + echo "Running ruby-lint against identified ruby scripts." # we re-check this in case one has been added pushd "${BASEDIR}" >/dev/null for i in "${CHANGED_FILES[@]}"; do
