Use einfo instead of ewarn for the "Skipping make test/check due to ebuild
authorZac Medico <zmedico@gentoo.org>
Wed, 25 Nov 2009 21:59:02 +0000 (21:59 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 25 Nov 2009 21:59:02 +0000 (21:59 -0000)
restriction." message.

svn path=/main/trunk/; revision=14885

bin/ebuild.sh

index 38fdea89169b9314d6d21bd92f24b4f336c6b8bc..c99e5402250a6eb8db4d6e9277d97b9726c3bfe5 100755 (executable)
@@ -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}