YETUS-372. build driver: unit tests still mentions patches 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/f89eab97 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/f89eab97 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/f89eab97 Branch: refs/heads/YETUS-156 Commit: f89eab9711fecb0f55b2f4bc4cf692dc728ba6fd Parents: b7722bd Author: Allen Wittenauer <[email protected]> Authored: Tue Apr 12 13:50:54 2016 -0700 Committer: Allen Wittenauer <[email protected]> Committed: Fri Apr 22 13:25:07 2016 -0700 ---------------------------------------------------------------------- precommit/test-patch.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/f89eab97/precommit/test-patch.sh ---------------------------------------------------------------------- diff --git a/precommit/test-patch.sh b/precommit/test-patch.sh index f3dbc92..d4ee8ed 100755 --- a/precommit/test-patch.sh +++ b/precommit/test-patch.sh @@ -1780,10 +1780,10 @@ function modules_messages declare statusjdk declare multijdkmode=false - if [[ "${repostatus}" == branch ]]; then - repo=${PATCH_BRANCH} - elif [[ "${BUILDMODE}" == full ]]; then + if [[ "${BUILDMODE}" == full ]]; then repo="the source" + elif [[ "${repostatus}" == branch ]]; then + repo=${PATCH_BRANCH} else repo="the patch" fi @@ -1899,7 +1899,9 @@ function modules_workers declare result=0 declare argv - if [[ ${repostatus} == branch ]]; then + if [[ "${BUILDMODE}" = full ]]; then + repo="the source" + elif [[ ${repostatus} == branch ]]; then repo=${PATCH_BRANCH} else repo="the patch"
