Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-filter-repo/
Date: Fri, 30 Dec 2022 01:10:00
Message-Id: 1672362469.93a67bfce994db4d100227dc882c8624ecca72f9.sam@gentoo
1 commit: 93a67bfce994db4d100227dc882c8624ecca72f9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 30 01:07:49 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 30 01:07:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a67bfc
7
8 dev-vcs/git-filter-repo: fix tests
9
10 Closes: https://bugs.gentoo.org/888866
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-vcs/git-filter-repo/git-filter-repo-2.34.0-r1.ebuild | 3 ++-
14 dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r1.ebuild | 1 +
15 2 files changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-vcs/git-filter-repo/git-filter-repo-2.34.0-r1.ebuild b/dev-vcs/git-filter-repo/git-filter-repo-2.34.0-r1.ebuild
18 index 26a92dc53d0a..4a3fc751bf71 100644
19 --- a/dev-vcs/git-filter-repo/git-filter-repo-2.34.0-r1.ebuild
20 +++ b/dev-vcs/git-filter-repo/git-filter-repo-2.34.0-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 2021 Gentoo Authors
23 +# Copyright 2021-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=8
27 @@ -32,5 +32,6 @@ EOF
28 }
29
30 src_test() {
31 + cd .. || die
32 bash t/run_tests || die
33 }
34
35 diff --git a/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r1.ebuild b/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r1.ebuild
36 index 321bde43f057..2bb4e78a5dcc 100644
37 --- a/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r1.ebuild
38 +++ b/dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r1.ebuild
39 @@ -33,6 +33,7 @@ python_prepare_all() {
40 }
41
42 src_test() {
43 + cd .. || die
44 bash t/run_tests || die
45 }