Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-tmpfiles/
Date: Fri, 30 Oct 2020 18:29:33
Message-Id: 1604082524.3e6848b7832c4c83b1200bb8041aaaec6c208614.gyakovlev@gentoo
1 commit: 3e6848b7832c4c83b1200bb8041aaaec6c208614
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 30 18:28:28 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 30 18:28:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e6848b7
7
8 sys-apps/systemd-tmpfiles: fix shebang before running tests
9
10 just in case
11
12 Package-Manager: Portage-3.0.8, Repoman-3.0.2
13 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
14
15 sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild b/sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild
19 index f47e1b24c1e..4c6ac9a06cb 100644
20 --- a/sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild
21 +++ b/sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild
22 @@ -186,8 +186,9 @@ src_install() {
23
24 src_test() {
25 # 'meson test' will compile full systemd, but we can still outsmart it
26 + python_fix_shebang src/test/test-systemd-tmpfiles.py
27 "${EPYTHON}" src/test/test-systemd-tmpfiles.py \
28 - "${BUILD_DIR}"/systemd-tmpfiles.standalone || die
29 + "${BUILD_DIR}"/systemd-tmpfiles.standalone || die "${FUNCNAME} failed"
30 }
31
32 # adapted from opentmpfiles ebuild