forked from josch/mmdebstrap
coverage.sh: skip tests because of #963788
This commit is contained in:
parent
904274b9f4
commit
35b72c9895
1 changed files with 5 additions and 1 deletions
|
@ -72,7 +72,7 @@ if [ ! -e shared/taridshift ] || [ taridshift -nt shared/taridshift ]; then
|
|||
fi
|
||||
|
||||
starttime=
|
||||
total=150
|
||||
total=148
|
||||
skipped=0
|
||||
runtests=0
|
||||
i=1
|
||||
|
@ -116,6 +116,10 @@ mirror="http://127.0.0.1/debian"
|
|||
|
||||
for dist in stable testing unstable; do
|
||||
for variant in minbase buildd -; do
|
||||
if [ $dist != stable ] && [ $variant = - ]; then
|
||||
# skipping because of #963788
|
||||
continue
|
||||
fi
|
||||
print_header "mode=$defaultmode,variant=$variant: check against debootstrap $dist"
|
||||
|
||||
cat << END > shared/test.sh
|
||||
|
|
Loading…
Reference in a new issue