coverage.sh: check that the expected number of tests get executed

pull/1/head
parent c403b2b238
commit c5a96736ef
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -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…
Cancel
Save