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

svn path=/main/branches/2.1.7/; revision=14890

bin/ebuild.sh

index 8086bc694aaa62a6038054ad84be7dc12762b820..49f2ee72ea0775023bfefbbfbb7d31d60cb05c3a 100755 (executable)
@@ -1007,7 +1007,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}