From 80aea48fa7e246fe6173c5cd738ea7b7a5670d9b Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Sun, 13 Jan 2019 10:13:41 +0100 Subject: [PATCH] coverage.sh: testing is now also affected by #917386 and #917407 --- coverage.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coverage.sh b/coverage.sh index af3d935..50d3e6d 100755 --- a/coverage.sh +++ b/coverage.sh @@ -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"