1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-25 07:13:09 +00:00

Change module version as the old one does not exist any more.

This commit is contained in:
Lukáš Růžička 2022-03-04 12:48:52 +01:00
parent 44914d13ab
commit a67398acf5

View File

@ -31,7 +31,7 @@ sub run {
# Disable some other module.
my $name_alt = "postgresql";
my $stream_alt = "12";
my $stream_alt = "14";
assert_script_run("dnf module disable -y $name_alt:$stream_alt");
# Check that it is listed in the disabled list.