mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-01-30 20:23:09 +00:00
setup_repos: fix for case where we test 3+ tasks
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
c9408e2335
commit
c461a11451
@ -626,7 +626,7 @@ sub setup_repos {
|
||||
# Koji task case (KOJITASK will be set). If multiple tasks,
|
||||
# they're concatenated with underscores, switch to commas
|
||||
$udstring = get_var("KOJITASK");
|
||||
$udstring =~ s/_/,/;
|
||||
$udstring =~ s/_/,/g;
|
||||
}
|
||||
else {
|
||||
die "Neither ADVISORY_NVRS nor KOJITASK set! Don't know what to do" unless (@was && ($args{waonly} || $tag || $copr));
|
||||
|
Loading…
Reference in New Issue
Block a user