test/api: don't source os-release again
Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
8ec7f39a0f
commit
45417091cd
1 changed files with 1 additions and 1 deletions
|
|
@ -393,7 +393,7 @@ else
|
||||||
TEST_ID=$(uuidgen);
|
TEST_ID=$(uuidgen);
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case $(set +x; . /etc/os-release; echo "$ID-$VERSION_ID") in
|
case "$ID-$VERSION_ID" in
|
||||||
"rhel-9.0")
|
"rhel-9.0")
|
||||||
DISTRO="rhel-90"
|
DISTRO="rhel-90"
|
||||||
if [[ "$CLOUD_PROVIDER" == "$CLOUD_PROVIDER_AWS" ]]; then
|
if [[ "$CLOUD_PROVIDER" == "$CLOUD_PROVIDER_AWS" ]]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue