forked from josch/mmdebstrap
coverage.sh: check that the expected number of tests get executed
This commit is contained in:
parent
c403b2b238
commit
c5a96736ef
1 changed files with 5 additions and 0 deletions
|
@ -1720,6 +1720,11 @@ END
|
|||
fi
|
||||
done
|
||||
|
||||
if [ "$((i-1))" -ne "$total" ]; then
|
||||
echo unexpected number of tests: got $((i-1)) but expected $total
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ "$HAVE_QEMU" = "yes" ]; then
|
||||
guestfish add-ro shared/cover_db.img : run : mount /dev/sda / : tar-out / - \
|
||||
| tar -C shared/cover_db --extract
|
||||
|
|
Loading…
Reference in a new issue