Repository: yetus Updated Branches: refs/heads/master 6bba06f49 -> d6a4e58a0
YETUS-249. asflicense with ant can fail and succeed simultaneously 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/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 <[email protected]> Authored: Thu Dec 17 13:23:27 2015 +0900 Committer: Allen Wittenauer <[email protected]> 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
