You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@yetus.apache.org by se...@apache.org on 2015/12/27 16:39:53 UTC

yetus git commit: YETUS-260. distclean step is not working.

Repository: yetus
Updated Branches:
  refs/heads/master a08fcef86 -> 1a5683f39


YETUS-260. distclean step is not working.

Signed-off-by: Kengo Seki <se...@apache.org>


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

Branch: refs/heads/master
Commit: 1a5683f391b0c841caec56ba00c3cf6e40acf210
Parents: a08fcef
Author: Marco Zuehlke <mz...@gmail.com>
Authored: Sat Dec 26 11:11:49 2015 +0100
Committer: Kengo Seki <se...@apache.org>
Committed: Mon Dec 28 00:39:27 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/yetus/blob/1a5683f3/precommit/test-patch.sh
----------------------------------------------------------------------
diff --git a/precommit/test-patch.sh b/precommit/test-patch.sh
index e992d0f..69f4a12 100755
--- a/precommit/test-patch.sh
+++ b/precommit/test-patch.sh
@@ -2508,6 +2508,7 @@ function distclean
   declare plugin
 
   personality_modules branch distclean
+  "${BUILDTOOL}_modules_worker" branch distclean
 
   for plugin in ${TESTTYPES} ${TESTFORMATS}; do
     if declare -f ${plugin}_clean >/dev/null 2>&1; then