commit: 550f29cfd254e85490662418fea49e95a2eae8a4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Mar 21 01:01:40 2021 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sun Mar 21 01:03:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=550f29cf
net-dns/coredns: Fix GOFLAGS spelling in src_test See: https://github.com/gentoo/gentoo/pull/20023#discussion_r598197455 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> net-dns/coredns/coredns-1.7.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-dns/coredns/coredns-1.7.0.ebuild b/net-dns/coredns/coredns-1.7.0.ebuild index 22d3a5bb341..cf1d8ce7c48 100644 --- a/net-dns/coredns/coredns-1.7.0.ebuild +++ b/net-dns/coredns/coredns-1.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -872,7 +872,7 @@ src_test() { local working_tests_re="$( # get list of all test: - { GOFLLAGS="-mod=readonly" go test -list . ./... || + { GOFLAGS="-mod=readonly" go test -list . ./... || die "Can't get list of tests"; } | # skip "no tests" messages as well as know failures: grep -v -E " |${known_fail_re}" |