diff --git a/tests/files/process_build_logs.py b/tests/files/process_build_logs.py index 22b7182273..0db5228d9e 100755 --- a/tests/files/process_build_logs.py +++ b/tests/files/process_build_logs.py @@ -30,7 +30,7 @@ parser.add_argument('-b', '--base', required=True) args = vars(parser.parse_args()) -if args['base'] not in ['centos']: +if args['base'] not in ['rocky', 'centos']: print("Non rpm-based distros are not yet supported.") sys.exit()