diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-12-15 10:39:27 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-12-15 10:39:27 +0100 |
commit | 6886e365b76c8555260d79a9d4cc3b7f1d658cb0 (patch) | |
tree | d4f745ebc049b94e95d9f837d0d5456139e0c780 /tests | |
parent | qkeyword: add modes to list just list latest stable/testing (diff) | |
download | portage-utils-6886e365b76c8555260d79a9d4cc3b7f1d658cb0.tar.gz portage-utils-6886e365b76c8555260d79a9d4cc3b7f1d658cb0.tar.bz2 portage-utils-6886e365b76c8555260d79a9d4cc3b7f1d658cb0.zip |
tests/qmanifest: add some debugging for #701402
Bug: https://bugs.gentoo.org/701402
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/qmanifest/dotest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qmanifest/dotest b/tests/qmanifest/dotest index 900b9eaf..4031c8b7 100755 --- a/tests/qmanifest/dotest +++ b/tests/qmanifest/dotest @@ -25,6 +25,7 @@ test() { } # verify we see our overlays +DEBUG=1 q -ev test 00 0 "q -o" # simple run check (should do bad_tree) |