#!/bin/sh
set -e

./debian/tests/generatecert.sh patch

istanbul cover mocha --report lcovonly -- -i -g '(should handle error with async incoming store in QoS (2|1))|(should handle success with async incoming store in QoS 2)|(should reconnect to multiple host-ports-protocol combinations if servers is passed)|(should not send the same publish multiple times on a flaky connection)|(puback handling errors check)'

./debian/tests/generatecert.sh unpatch
