From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/portage-utils:master commit in: tests/qmerge/
Date: Fri, 10 May 2019 11:52:59 +0000 (UTC) [thread overview]
Message-ID: <1557488605.3d1497795246724e8f7b03e90272ed4dcbc950c1.grobian@gentoo> (raw)
commit: 3d1497795246724e8f7b03e90272ed4dcbc950c1
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri May 10 11:43:25 2019 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri May 10 11:43:25 2019 +0000
URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=3d149779
tests/qmerge: DEFINED_PHASES of test package is empty
pkg_prerm and postrm won't be run because they aren't defined
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
tests/qmerge/dotest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/qmerge/dotest b/tests/qmerge/dotest
index 224f3b9..57e2940 100755
--- a/tests/qmerge/dotest
+++ b/tests/qmerge/dotest
@@ -56,7 +56,7 @@ tend $? "qmerge-test: [R] re-emerge" || echo "${out}"
tend $? "qmerge-test: [R] installed expected files" || treedir "${ROOT}"
order=$(echo "${out}" | awk '$1 == ">>>" && $2 ~ /^pkg_/ { printf "%s ", $NF }')
-[[ ${order} == "pkg_pretend pkg_setup pkg_preinst pkg_postinst pkg_prerm pkg_postrm " ]]
+[[ ${order} == "pkg_pretend pkg_setup pkg_preinst pkg_postinst " ]]
tend $? "qmerge-test: [R] pkg_* order of execution" || printf '%s\n' "${order}" "${out}"
[[ -x ${ROOT}/usr/bin/qmerge-test && \
next reply other threads:[~2019-05-10 11:53 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-10 11:52 Fabian Groffen [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-05-25 10:43 [gentoo-commits] proj/portage-utils:master commit in: tests/qmerge/ Fabian Groffen
2020-01-03 12:45 Fabian Groffen
2020-01-03 11:27 Fabian Groffen
2019-06-10 15:29 Fabian Groffen
2019-06-10 12:50 Fabian Groffen
2019-06-10 12:50 Fabian Groffen
2019-06-10 10:09 Fabian Groffen
2016-12-29 2:25 Mike Frysinger
2015-02-24 1:26 Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1557488605.3d1497795246724e8f7b03e90272ed4dcbc950c1.grobian@gentoo \
--to=grobian@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox