commit: 96e0ade61c8f7549f5b3e301e1d4a54b66761bd1
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 12:29:21 2019 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 12:29:21 2019 +0000
URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=96e0ade6
tests/qmerge: drop unnecessary emaint call
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
tests/qmerge/Makefile.am | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/tests/qmerge/Makefile.am b/tests/qmerge/Makefile.am
index 62ca5d2..bbf462f 100644
--- a/tests/qmerge/Makefile.am
+++ b/tests/qmerge/Makefile.am
@@ -1,13 +1,5 @@
this_subdir = tests/qmerge
s = $(abs_top_srcdir)/$(this_subdir)
-PKGDIR = $(s)/packages
-PACKAGES = $(PKGDIR)/Packages
-
-check-local: $(PACKAGES)
+check-local:
$(Q)$(s)/dotest
-
-# Ignore failures to pass tests on non-Gentoo hosts.
-# Hopefully we don't hit real failures on Gentoo systems ...
-$(PACKAGES): $(wildcard $(PKGDIR)/*/*.tbz2)
- PKGDIR=$(PKGDIR) emaint binhost -f || :