app-emulation/lxd: notify if no tests are run.
authorVirgil Dupras <hsoft@hardcoded.net>
Fri, 5 Jan 2018 17:03:27 +0000 (12:03 -0500)
committerPatrice Clement <monsieurp@gentoo.org>
Fri, 26 Jan 2018 21:22:32 +0000 (22:22 +0100)
app-emulation/lxd/lxd-2.21.ebuild

index 355ac907e70401d060a91938e9f46dda6c48b9c9..02be044835f8923816c22c645ca30264e7b7587a 100644 (file)
@@ -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
 }