Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: tests/atom_compare/
Date: Sat, 27 Feb 2021 11:32:38
Message-Id: 1614425477.f34b76d4ad4097f249cd160c8fd15647e7c1e2fc.grobian@gentoo
1 commit: f34b76d4ad4097f249cd160c8fd15647e7c1e2fc
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 11:31:17 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 11:31:17 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=f34b76d4
7
8 tests/atom_compare: drop portage test
9
10 We have no real need to test what Portage's doing here, and dropping the
11 test means we're Python and Portage free.
12
13 Bug: https://bugs.gentoo.org/772983
14 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
15
16 tests/atom_compare/Makefile.am | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/tests/atom_compare/Makefile.am b/tests/atom_compare/Makefile.am
20 index 388fd19..cd27e36 100644
21 --- a/tests/atom_compare/Makefile.am
22 +++ b/tests/atom_compare/Makefile.am
23 @@ -4,7 +4,7 @@ s = $(abs_top_srcdir)/$(this_subdir)
24 atb = $(abs_top_builddir)
25 mkdir = $(if $(wildcard $(dir $(1))),:,mkdir -p "$(dir $(1))")
26
27 -check-local: static static.q portage
28 +check-local: static static.q
29
30 t = \
31 @set -f && \