From e1cfbe984fd69e07d691ef6f40a18f7c2e872eb5 Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: May 23 2016 15:44:52 +0000 Subject: output a list of all the repos to check --- diff --git a/tests/z_rpminfo/check-rpminfo.py b/tests/z_rpminfo/check-rpminfo.py index 960cc58..34fc96c 100644 --- a/tests/z_rpminfo/check-rpminfo.py +++ b/tests/z_rpminfo/check-rpminfo.py @@ -55,6 +55,7 @@ yb = yum.YumBase() yb.conf.cache = 0 yb.repos.doSetup() +log("Checking repos: {0}".format(', '.join([r.name for r in yb.repos.listEnabled()]))) sack = yb.pkgSack