commit:     05ac5e6b278d1faa48dbeaab27058bdae1a11a19
Author:     Virgil Dupras <hsoft <AT> hardcoded <DOT> net>
AuthorDate: Fri Jan  5 17:03:27 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Jan 26 21:22:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05ac5e6b

app-emulation/lxd: notify if no tests are run.

 app-emulation/lxd/lxd-2.21.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-emulation/lxd/lxd-2.21.ebuild 
b/app-emulation/lxd/lxd-2.21.ebuild
index 355ac907e70..02be044835f 100644
--- a/app-emulation/lxd/lxd-2.21.ebuild
+++ b/app-emulation/lxd/lxd-2.21.ebuild
@@ -162,6 +162,8 @@ src_test() {
                cd "${S}/src/${EGO_PN}" || die "Failed to change to deep src 
dir"
 
                emake check
+       else
+               einfo "No tests to run for client-only builds"
        fi
 }
 

Reply via email to