#!/bin/sh
set -e
./debian/tests/generatecert.sh patch
istanbul cover mocha --report lcovonly -- --exit -t 60000 -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)|(should pass store close error to end callback but not to end listeners)|(should allow specification of a reconnect period)|(should emit error event if the socket refuses the connection)'
./debian/tests/generatecert.sh unpatch
|