You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@yetus.apache.org by aw...@apache.org on 2017/01/30 18:57:35 UTC

yetus git commit: YETUS-484. Fixing bug when checkstyle runs on multiple modules

Repository: yetus
Updated Branches:
  refs/heads/master 000096530 -> f70fcebd7


YETUS-484. Fixing bug when checkstyle runs on multiple modules

Signed-off-by: Allen Wittenauer <aw...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/yetus/repo
Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/f70fcebd
Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/f70fcebd
Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/f70fcebd

Branch: refs/heads/master
Commit: f70fcebd70f9c672cc370ed99babbbb7cc599aac
Parents: 0000965
Author: Peter Vary <pv...@cloudera.com>
Authored: Mon Jan 30 16:47:51 2017 +0100
Committer: Allen Wittenauer <aw...@apache.org>
Committed: Mon Jan 30 10:56:50 2017 -0800

----------------------------------------------------------------------
 precommit/test-patch.d/checkstyle.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/yetus/blob/f70fcebd/precommit/test-patch.d/checkstyle.sh
----------------------------------------------------------------------
diff --git a/precommit/test-patch.d/checkstyle.sh b/precommit/test-patch.d/checkstyle.sh
index f0b3e57..417db45 100755
--- a/precommit/test-patch.d/checkstyle.sh
+++ b/precommit/test-patch.d/checkstyle.sh
@@ -161,7 +161,7 @@ function checkstyle_runner
     output="${PATCH_DIR}/${repostatus}-checkstyle-${fn}.txt"
     logfile="${PATCH_DIR}/maven-${repostatus}-checkstyle-${fn}.txt"
 
-    buildtool_cwd
+    buildtool_cwd "${i}"
 
     case ${BUILDTOOL} in
       ant)