Commit 55f93997 authored by Juergen Kosel's avatar Juergen Kosel

Stop any mosquitto instance which may be still running from previous runs

Signed-off-by: 's avatarJuergen Kosel <juergen.kosel@softing.com>
parent 9c615a6f
......@@ -3,6 +3,8 @@
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
pwd
sudo service mosquitto stop
# Stop any mosquitto instance which may be still running from previous runs
killall mosquitto
mosquitto -h
mosquitto -c test/tls-testing/mosquitto.conf &
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment