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 | |
parent | bff8956b39f2bfb3f584a2a9200262aa97e93721 (diff) | |
download | gentoo-05ac5e6b278d1faa48dbeaab27058bdae1a11a19.tar.gz gentoo-05ac5e6b278d1faa48dbeaab27058bdae1a11a19.tar.xz |
app-emulation/lxd: notify if no tests are run.
Diffstat (limited to 'app-emulation')
-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 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 } |