From: Virgil Dupras Date: Fri, 5 Jan 2018 17:03:27 +0000 (-0500) Subject: app-emulation/lxd: notify if no tests are run. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=05ac5e6b278d1faa48dbeaab27058bdae1a11a19;p=gentoo.git app-emulation/lxd: notify if no tests are run. --- diff --git a/app-emulation/lxd/lxd-2.21.ebuild b/app-emulation/lxd/lxd-2.21.ebuild index 355ac907e704..02be044835f8 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 }