Skip image types covered in azure.sh
namely vhd-boot
This commit is contained in:
parent
c67add4a6e
commit
c25db57d7d
1 changed files with 4 additions and 0 deletions
|
|
@ -59,6 +59,10 @@ get_test_cases () {
|
|||
SKIP_CASES=("${SKIP_OSTREE[@]}")
|
||||
fi
|
||||
|
||||
# skip image types covered in azure.sh
|
||||
SKIP_AZURE=$(grep vhd-boot <<< "$ALL_CASES" || echo -n)
|
||||
SKIP_CASES=("${SKIP_CASES[@]}" "$SKIP_AZURE")
|
||||
|
||||
# skip image types covered in vmware.sh
|
||||
SKIP_OVA=$(grep -E 'ova-boot|vmdk-boot' <<< "$ALL_CASES" || echo -n)
|
||||
SKIP_CASES=("${SKIP_CASES[@]}" "${SKIP_OVA[@]}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue