projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bff8956
)
app-emulation/lxd: notify if no tests are run.
author
Virgil Dupras
<hsoft@hardcoded.net>
Fri, 5 Jan 2018 17:03:27 +0000
(12:03 -0500)
committer
Patrice Clement
<monsieurp@gentoo.org>
Fri, 26 Jan 2018 21:22:32 +0000
(22:22 +0100)
app-emulation/lxd/lxd-2.21.ebuild
patch
|
blob
|
history
diff --git
a/app-emulation/lxd/lxd-2.21.ebuild
b/app-emulation/lxd/lxd-2.21.ebuild
index 355ac907e70401d060a91938e9f46dda6c48b9c9..02be044835f8923816c22c645ca30264e7b7587a 100644
(file)
--- 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
}