From: Zac Medico Date: Wed, 25 Nov 2009 21:59:02 +0000 (-0000) Subject: Use einfo instead of ewarn for the "Skipping make test/check due to ebuild X-Git-Tag: v2.2_rc52~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cac5790bf959111496131602a7aa48026ac26872;p=portage.git Use einfo instead of ewarn for the "Skipping make test/check due to ebuild restriction." message. svn path=/main/trunk/; revision=14885 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 38fdea891..c99e54022 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1001,7 +1001,7 @@ dyn_test() { if ! hasq test $FEATURES && [ "${EBUILD_FORCE_TEST}" != "1" ]; then vecho ">>> Test phase [not enabled]: ${CATEGORY}/${PF}" elif hasq test $RESTRICT; then - ewarn "Skipping make test/check due to ebuild restriction." + einfo "Skipping make test/check due to ebuild restriction." vecho ">>> Test phase [explicitly disabled]: ${CATEGORY}/${PF}" else local save_sp=${SANDBOX_PREDICT}