Repository: yetus Updated Branches: refs/heads/master c44fd145c -> 310a372e2
YETUS-41. github_find_jira_title in test-patch github plugin returns 0 even if jira_determine_issue failed 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/310a372e Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/310a372e Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/310a372e Branch: refs/heads/master Commit: 310a372e29318dfdf53bc82a7e289380ffc8128e Parents: c44fd14 Author: Kengo Seki <[email protected]> Authored: Mon Oct 5 08:21:12 2015 +0900 Committer: Allen Wittenauer <[email protected]> Committed: Sat Oct 10 09:01:50 2015 -0700 ---------------------------------------------------------------------- dev-support/test-patch.d/github.sh | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/310a372e/dev-support/test-patch.d/github.sh ---------------------------------------------------------------------- diff --git a/dev-support/test-patch.d/github.sh b/dev-support/test-patch.d/github.sh index e4aa0e5..468a228 100755 --- a/dev-support/test-patch.d/github.sh +++ b/dev-support/test-patch.d/github.sh @@ -158,6 +158,8 @@ function github_find_jira_title if [[ ${retval} == 0 ]]; then return 0 fi + + return 1 } function github_determine_issue
