From 05ac5e6b278d1faa48dbeaab27058bdae1a11a19 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Fri, 5 Jan 2018 12:03:27 -0500 Subject: [PATCH] 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 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 } -- 2.26.2