Update test condition for vmware ova image type
b/c osbuild-85 is now downstream but osbuild-composer-84 isn't
This commit is contained in:
parent
b6cd24e3c0
commit
420f5af816
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ source /usr/libexec/tests/osbuild-composer/shared_lib.sh
|
|||
|
||||
IMAGE_TYPE="$1"
|
||||
|
||||
if ! nvrGreaterOrEqual "osbuild" "85" && [ "$IMAGE_TYPE" == "ova" ]; then
|
||||
if ! nvrGreaterOrEqual "osbuild-composer" "84" && [ "$IMAGE_TYPE" == "ova" ]; then
|
||||
greenprint "Skipping ova test on older osbuild-composer"
|
||||
exit 0
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue