YETUS-336. javadoc plugin giving conflicting answers on pass/fail Signed-off-by: Sean Busbey <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/56cc463e Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/56cc463e Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/56cc463e Branch: refs/heads/YETUS-156 Commit: 56cc463e9708718e4e5b9526268bedc832b29649 Parents: e58875d Author: Allen Wittenauer <[email protected]> Authored: Mon Mar 28 12:56:54 2016 -0700 Committer: Sean Busbey <[email protected]> Committed: Fri Apr 1 22:33:43 2016 -0500 ---------------------------------------------------------------------- precommit/test-patch.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/56cc463e/precommit/test-patch.sh ---------------------------------------------------------------------- diff --git a/precommit/test-patch.sh b/precommit/test-patch.sh index 53ef2f2..ee96505 100755 --- a/precommit/test-patch.sh +++ b/precommit/test-patch.sh @@ -2502,14 +2502,14 @@ function generic_postlog_compare if [[ ${addpatch} -gt 0 ]]; then ((result = result + 1)) - add_vote_table -1 "${testtype}" "${fn}${statusjdk} ${statstring}" - add_footer_table "${testtype}" "${fn}: @@BASE@@/diff-${origlog}-${testtype}-${fn}.txt" + module_status "${i}" -1 "diff-${origlog}-${testtype}-${fn}.txt" "${fn}${statusjdk} ${statstring}" elif [[ ${fixedpatch} -gt 0 ]]; then - add_vote_table +1 "${testtype}" "${fn}${statusjdk} ${statstring}" + module_status "${i}" +1 "${MODULE_STATUS_LOG[${i}]}" "${fn}${statusjdk} ${statstring}" summarize=false fi ((i=i+1)) done + modules_messages patch "${testtype}" "${summarize}" if [[ ${result} -gt 0 ]]; then return 1
