commit: 1157d817ac0f453b09ceac0f6e573e1ae8bbc9be
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 20:21:08 2019 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 20:21:08 2019 +0000
URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=1157d817
tests/quse: spit out some debugging for Travis run
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
tests/quse/dotest | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tests/quse/dotest b/tests/quse/dotest
index ada7bd9..2a5cc5e 100755
--- a/tests/quse/dotest
+++ b/tests/quse/dotest
@@ -13,6 +13,10 @@ entries() {
sed -e 's:#.*::' -e '/^$/d' "$1"
}
+# temp for Travis debugging
+q -Cov
+q -Cev
+
# check use.desc
f="$d/use.desc"
all=$(entries "$f" | awk '{print $1}')