Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: tests/qmerge/
Date: Thu, 29 Dec 2016 02:25:57
Message-Id: 1482968230.eb668be31eb42e462b2413eae866a76995cc6983.vapier@gentoo
1 commit: eb668be31eb42e462b2413eae866a76995cc6983
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 28 23:37:10 2016 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 28 23:37:10 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=eb668be3
7
8 tests: ignore emaint failures for non-Gentoo systems (i.e. travis)
9
10 tests/qmerge/Makefile | 4 +++-
11 1 file changed, 3 insertions(+), 1 deletion(-)
12
13 diff --git a/tests/qmerge/Makefile b/tests/qmerge/Makefile
14 index 90f7b77..bf45e53 100644
15 --- a/tests/qmerge/Makefile
16 +++ b/tests/qmerge/Makefile
17 @@ -9,8 +9,10 @@ all: test
18 test check: $(PACKAGES)
19 $(Q)$(s)/dotest
20
21 +# Ignore failures to pass tests on non-Gentoo hosts.
22 +# Hopefully we don't hit real failures on Gentoo systems ...
23 $(PACKAGES): $(wildcard $(PKGDIR)/*/*.tbz2)
24 - PKGDIR=$(PKGDIR) emaint binhost -f
25 + PKGDIR=$(PKGDIR) emaint binhost -f || :
26
27 clean: