From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/portage-utils:master commit in: tests/qdepends/
Date: Mon, 8 Apr 2019 09:50:15 +0000 (UTC) [thread overview]
Message-ID: <1554715843.5a792fca6a20b83adaa1cfa6994bd019509c5a56.grobian@gentoo> (raw)
commit: 5a792fca6a20b83adaa1cfa6994bd019509c5a56
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 8 09:27:11 2019 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Apr 8 09:30:43 2019 +0000
URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=5a792fca
travis: generate debug messages to perhaps get a glimpse of the problem
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
tests/qdepends/dotest | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/tests/qdepends/dotest b/tests/qdepends/dotest
index 6378fc7..fb1c694 100755
--- a/tests/qdepends/dotest
+++ b/tests/qdepends/dotest
@@ -24,11 +24,14 @@ test() {
# qdepends output is based on a hash, which may differ based on
# endiannes, so sort the output so we get a deterministic set
while IFS= read -r line ; do
+ echo "I read: ${line} with ${SHELL}/${BASH}"
case "${line}" in
- *:*)
+ *":"*)
+ echo "I found a :"
# dinosaur style for Travis' /bin/bash (or /bin/sh?)
pkg="$(echo "${line}" | cut -d':' -f1)"
line="$(echo "${line}" | cut -d':' -f2-)"
+ echo "I think pkg=${pkg}, line=${line}"
env LC_ALL=C \
echo "${pkg}: $(echo "${line}" | xargs -n1 | sort | xargs)"
;;
next reply other threads:[~2019-04-08 9:50 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-08 9:50 Fabian Groffen [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-04-08 9:50 [gentoo-commits] proj/portage-utils:master commit in: tests/qdepends/ Fabian Groffen
2019-04-08 9:50 Fabian Groffen
2019-04-08 9:50 Fabian Groffen
2019-04-08 9:50 Fabian Groffen
2019-04-08 9:20 Fabian Groffen
2019-04-08 9:02 Fabian Groffen
2019-04-08 9:02 Fabian Groffen
2014-03-15 6:09 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=1554715843.5a792fca6a20b83adaa1cfa6994bd019509c5a56.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