Don't execute test on osbuild-composer < 81
New functionality introduced in https://github.com/osbuild/osbuild-composer/pull/3228
This commit is contained in:
parent
6326d072e9
commit
72d33c8651
1 changed files with 5 additions and 0 deletions
|
|
@ -13,6 +13,11 @@ source /etc/os-release
|
|||
source /usr/libexec/osbuild-composer-test/set-env-variables.sh
|
||||
source /usr/libexec/tests/osbuild-composer/shared_lib.sh
|
||||
|
||||
if ! nvrGreaterOrEqual "osbuild-composer" "81"; then
|
||||
echo "SKIP: test not supported on osbuild-composer < 81"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# Set up variables.
|
||||
case "${ID}-${VERSION_ID}" in
|
||||
fedora*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue