Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/lxd/
Date: Fri, 26 Jan 2018 21:22:47
Message-Id: 1517001752.05ac5e6b278d1faa48dbeaab27058bdae1a11a19.monsieurp@gentoo
1 commit: 05ac5e6b278d1faa48dbeaab27058bdae1a11a19
2 Author: Virgil Dupras <hsoft <AT> hardcoded <DOT> net>
3 AuthorDate: Fri Jan 5 17:03:27 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 26 21:22:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05ac5e6b
7
8 app-emulation/lxd: notify if no tests are run.
9
10 app-emulation/lxd/lxd-2.21.ebuild | 2 ++
11 1 file changed, 2 insertions(+)
12
13 diff --git a/app-emulation/lxd/lxd-2.21.ebuild b/app-emulation/lxd/lxd-2.21.ebuild
14 index 355ac907e70..02be044835f 100644
15 --- a/app-emulation/lxd/lxd-2.21.ebuild
16 +++ b/app-emulation/lxd/lxd-2.21.ebuild
17 @@ -162,6 +162,8 @@ src_test() {
18 cd "${S}/src/${EGO_PN}" || die "Failed to change to deep src dir"
19
20 emake check
21 + else
22 + einfo "No tests to run for client-only builds"
23 fi
24 }