diff options
author | Virgil Dupras <hsoft@hardcoded.net> | 2018-01-05 12:03:27 -0500 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-01-26 22:22:32 +0100 |
commit | 05ac5e6b278d1faa48dbeaab27058bdae1a11a19 (patch) | |
tree | 5a0279feda7368a8e217c2ba355954c6b8deeec0 /app-emulation/lxd | |
parent | app-emulation/lxd: remove old 2.18. (diff) | |
download | gentoo-05ac5e6b278d1faa48dbeaab27058bdae1a11a19.tar.gz gentoo-05ac5e6b278d1faa48dbeaab27058bdae1a11a19.tar.bz2 gentoo-05ac5e6b278d1faa48dbeaab27058bdae1a11a19.zip |
app-emulation/lxd: notify if no tests are run.
Diffstat (limited to 'app-emulation/lxd')
-rw-r--r-- | app-emulation/lxd/lxd-2.21.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 } |