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

This commit is contained in:
Johannes 'josch' Schauer 2019-01-13 10:13:41 +01:00
parent 0345d30ae6
commit 80aea48fa7
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -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"