Repository: yetus Updated Branches: refs/heads/master 3ab65a7c0 -> e27efaa39
YETUS-556 hadoop personality should use echo to convey informational messages. Signed-off-by: Andrew Wang <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/e27efaa3 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/e27efaa3 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/e27efaa3 Branch: refs/heads/master Commit: e27efaa3922fdb811896bec5269c772f0be77950 Parents: 3ab65a7 Author: Sean Busbey <[email protected]> Authored: Fri Oct 20 12:51:22 2017 -0500 Committer: Sean Busbey <[email protected]> Committed: Fri Oct 20 12:51:47 2017 -0500 ---------------------------------------------------------------------- precommit/personality/hadoop.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/e27efaa3/precommit/personality/hadoop.sh ---------------------------------------------------------------------- diff --git a/precommit/personality/hadoop.sh b/precommit/personality/hadoop.sh index c5c972c..942c4ef 100755 --- a/precommit/personality/hadoop.sh +++ b/precommit/personality/hadoop.sh @@ -495,7 +495,7 @@ function shadedclient_rebuild ${OSTYPE} =~ ^CYGWIN.* || ${OSTYPE} =~ ^MINGW32.* || ${OSTYPE} =~ ^MSYS.* ]]; then - yetus_info "hadoop personality: building on windows, skipping check of client artifacts." + echo "hadoop personality: building on windows, skipping check of client artifacts." return 0 fi @@ -509,7 +509,7 @@ function shadedclient_rebuild fi done if [ ${#modules[@]} -eq 0 ]; then - yetus_info "hadoop personality: no test modules present, skipping check of client artifacts." + echo "hadoop personality: no test modules present, skipping check of client artifacts." return 0 fi
