coverage.sh: testing is now also affected by #917386 and #917407

pull/1/head
parent 0345d30ae6
commit 80aea48fa7
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -30,7 +30,7 @@ for dist in stable testing unstable; do
continue
fi
# skip because of #917386 and #917407
if [ "$dist" = 'unstable' ] && [ "$variant" = '-' ]; then
if [ "$dist" = 'unstable' -o "$dist" = 'testing' ] && [ "$variant" = '-' ]; then
continue
fi
@ -98,7 +98,7 @@ for dist in stable testing unstable; do
continue
fi
# skip because of #917386 and #917407
if [ "$dist" = 'unstable' ] && [ "$variant" = '-' ]; then
if [ "$dist" = 'unstable' -o "$dist" = 'testing' ] && [ "$variant" = '-' ]; then
continue
fi
print_header "mode=root,variant=$variant: check against debootstrap $dist"

Loading…
Cancel
Save