aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-11-24 21:21:08 +0100
committerFabian Groffen <grobian@gentoo.org>2019-11-24 21:21:08 +0100
commit1157d817ac0f453b09ceac0f6e573e1ae8bbc9be (patch)
tree0a6df84919f582dfcfd0483eb1ebab76bb18c0b3 /tests
parenttests/quse: show diffs from expected to actual (diff)
downloadportage-utils-1157d817ac0f453b09ceac0f6e573e1ae8bbc9be.tar.gz
portage-utils-1157d817ac0f453b09ceac0f6e573e1ae8bbc9be.tar.bz2
portage-utils-1157d817ac0f453b09ceac0f6e573e1ae8bbc9be.zip
tests/quse: spit out some debugging for Travis run
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/quse/dotest4
1 files changed, 4 insertions, 0 deletions
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}')