summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-12-30 01:07:49 +0000
committerSam James <sam@gentoo.org>2022-12-30 01:07:49 +0000
commit93a67bfce994db4d100227dc882c8624ecca72f9 (patch)
treeb2995105d429d8edbe658417b20c85546531494e
parentsys-apps/less: bump beta & add live ebuild (diff)
downloadgentoo-93a67bfc.tar.gz
gentoo-93a67bfc.tar.bz2
gentoo-93a67bfc.zip
dev-vcs/git-filter-repo: fix tests
Closes: https://bugs.gentoo.org/888866 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-vcs/git-filter-repo/git-filter-repo-2.34.0-r1.ebuild3
-rw-r--r--dev-vcs/git-filter-repo/git-filter-repo-2.38.0-r1.ebuild1
2 files changed, 3 insertions, 1 deletions
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
index 26a92dc53d0a..4a3fc751bf71 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -32,5 +32,6 @@ EOF
}
src_test() {
+ cd .. || die
bash t/run_tests || die
}
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
index 321bde43f057..2bb4e78a5dcc 100644
--- 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
@@ -33,6 +33,7 @@ python_prepare_all() {
}
src_test() {
+ cd .. || die
bash t/run_tests || die
}