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 2015/12/18 18:17:40 UTC

yetus git commit: YETUS-249. asflicense with ant can fail and succeed simultaneously

Repository: yetus
Updated Branches:
  refs/heads/master 6bba06f49 -> d6a4e58a0


YETUS-249. asflicense with ant can fail and succeed simultaneously

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/d6a4e58a
Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/d6a4e58a
Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/d6a4e58a

Branch: refs/heads/master
Commit: d6a4e58a02e59a003c7a107ee8008711c6442a69
Parents: 6bba06f
Author: Kengo Seki <se...@apache.org>
Authored: Thu Dec 17 13:23:27 2015 +0900
Committer: Allen Wittenauer <aw...@apache.org>
Committed: Fri Dec 18 09:17:30 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/yetus/blob/d6a4e58a/precommit/test-patch.d/asflicense.sh
----------------------------------------------------------------------
diff --git a/precommit/test-patch.d/asflicense.sh b/precommit/test-patch.d/asflicense.sh
index cdaec84..edf7a7f 100755
--- a/precommit/test-patch.d/asflicense.sh
+++ b/precommit/test-patch.d/asflicense.sh
@@ -121,6 +121,7 @@ function asflicense_tests
     if [[ ${btfails} = true ]]; then
       # if we're here, then build actually failed
       modules_messages patch asflicense true
+      return 1
     else
       add_vote_table 0 asflicense "ASF License check generated no output?"
       return 0