From ae9ac85362a49b2fb4a23737951b64052ee97fe0 Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: May 23 2016 11:51:42 +0000 Subject: the preupdates repo is actually called 'updates' --- diff --git a/tests/z_rpminfo/check-rpminfo.py b/tests/z_rpminfo/check-rpminfo.py index 39c35ba..3c997e3 100644 --- a/tests/z_rpminfo/check-rpminfo.py +++ b/tests/z_rpminfo/check-rpminfo.py @@ -28,10 +28,10 @@ def skip(skipstring): log('Running check-rpminfo.py - Check rpminfo Attributes') if str(os.getenv('PRE_UPDATES')) == '1': - checkrepos = ['preupdates'] + checkrepos = ['updates'] else: log('Not running in preupdates, checking all repos') - checkrepos = ['extras', 'base', 'updates', 'centosplus'] + checkrepos = ['extras', 'base', 'updates', 'centosplus', 'cr'] # Set the required attributes and their values here. You may use shell-style # globs in the value if necessary.