From b14a0ea1dcea5514c0456c3c820dc6715f00a720 Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: May 23 2016 11:55:11 +0000 Subject: do not check CR in the normal case --- diff --git a/tests/z_rpminfo/check-rpminfo.py b/tests/z_rpminfo/check-rpminfo.py index 3c997e3..7c1dfa2 100644 --- a/tests/z_rpminfo/check-rpminfo.py +++ b/tests/z_rpminfo/check-rpminfo.py @@ -31,7 +31,7 @@ if str(os.getenv('PRE_UPDATES')) == '1': checkrepos = ['updates'] else: log('Not running in preupdates, checking all repos') - checkrepos = ['extras', 'base', 'updates', 'centosplus', 'cr'] + checkrepos = ['extras', 'base', 'updates', 'centosplus'] # Set the required attributes and their values here. You may use shell-style # globs in the value if necessary.