mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-22 13:11:26 +00:00
Drop another old version check
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
fec49f05ec
commit
4903f7bfc3
@ -20,9 +20,7 @@ sub run {
|
|||||||
|
|
||||||
# check that the repo was used
|
# check that the repo was used
|
||||||
$self->root_console;
|
$self->root_console;
|
||||||
# inst.addrepo doesn't actually work in < F29, so don't check it
|
if ($addrepourl) {
|
||||||
my $version = lc(get_var("VERSION"));
|
|
||||||
if ($addrepourl && ($version eq 'rawhide' || $version > 28)) {
|
|
||||||
if ($addrepourl =~ m,^nfs://,,) {
|
if ($addrepourl =~ m,^nfs://,,) {
|
||||||
# this line tells us it set up a repo for our URL...
|
# this line tells us it set up a repo for our URL...
|
||||||
assert_script_run 'grep "repo addrepo.*' . ${addrepourl} . '" /tmp/packaging.log';
|
assert_script_run 'grep "repo addrepo.*' . ${addrepourl} . '" /tmp/packaging.log';
|
||||||
|
Loading…
Reference in New Issue
Block a user